Forum Discussion
khaledSA
6 years agoFrequent Visitor
Replace one variable in a multible variables column while keeping the rest variable the same
I have a column with multiple A,B,C,D values. I would like to create a new column that will replace A to IT and keep the other values the same, example below. Thank you.
| Column | New Col |
A | IT |
| A | IT |
| B | B |
| C | C |
| D | D |
| A | IT |
| B | B |
2 Replies
- camargos88
Community Champion
- khaledSAFrequent Visitor
Thank you Ricardo, worked perfect..