Forum Discussion
Anonymous
9 years agoNot applicable
Replace Single Value
Can i replace "single" selected value instead of ALL? in below case, can i just replace 1 "account fee" to other values and leave another "account fee" as it is.
Merge the column with another that has unique values per row then replace the value in the unique row in question then split by delimiter to get rid of the unique values and remove the unnecessary data.
2 Replies
- SeanCommunity Champion
Merge the column with another that has unique values per row then replace the value in the unique row in question then split by delimiter to get rid of the unique values and remove the unnecessary data.
- AnonymousNot applicable
SeanCan i just replace 1 single value instead of merging with other colum?