Hello guys. I have a data table like so:
I need to transpose this table. The rows “Data” and “Data1” could be the separators. Basically, Collumn A should be the headers, and Collumn B should be the data of the headers. How can I achieve that?
Note: The headers are not always the same, sometimes there may be more headers than usual and sometimes less.