Hello, I want to get some advice for splitting table. Thank you!
I have two columns A and B
A: Temperature
B: Step 1 / Step2 / Step3
I split column "temperature" by column "steps". The final column names are "Temperature Step1", "Temperature Step2"...
How could I make final column name starts with suffix steps? like "Step1 Temperature", "Step2 Temperature"? I got a lot of columns so it is difficult to edit manually.
Thanks!