Table Split: how to move the suffix before the original column names? Temperaruer Step 1 vs. Step 1 Temperature
Hello, I want to get some advice for splitting table. Thank you! I have two columns A and BA: Temperature B: Step 1 / Step2 / Step3I 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 t...