I want to replace the first column of this table depending on the name given in the first column.
End Col A Col B Col C
Col C 10 20 30
Col B 40 50 60
To replace like this:
End Col A Col B Col C
30 10 20 30
50 40 50 60
What is the best way of changing this?
Try this code below:
Output: