Hi community,
I tried using Transpose tool to make my rows values as new headers but I can't seem to make it happen.
What I want to output are two columns for Amount and Balance with the corresponding row values in original order from input. How could I possibly make that happen?
Attaching an input file, sample file only, public info.
Solved! Go to Solution.
@samxhander09 What is the expected result?
@binuacs Thanks for replying. Something like the below
Amount Balance
1.510 (28,959)
4 (1,125)
54 (380)
7890 (14,071)
715 (6,943)
@samxhander09 One way of doing this
@binuacs Works fine! Thanks for the help!