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.
- 9 years ago
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.
Sean
9 years agoCommunity 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.
Anonymous
8 years agoNot applicable
SeanCan i just replace 1 single value instead of merging with other colum?