Good afternoon all,
I have an issue where I need to take a row of data and filter out columns based on the contents of the row. I have transposed the data and have filtered it out that way, but can't seem to get it back to it's original format.
The columns are arranged as such and I would only need the x, y, and z across the top
F1 F2 F3 F4 F5
Null Null x y z
Thanks in advance!
Brian