Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

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

  • Sean's avatar
    Sean
    Community 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's avatar
      Anonymous
      Not applicable

      SeanCan i just replace 1 single value instead of merging with other colum?