S
sdmfg
Can you reverse transpose an array of data?
For example, I have a row of date headers that is in this order:
10/1, 9/1, 8/1, 7/1
I would like it in this order:
7/1, 8/1, 9/1, 10/1
transpose will only convert it to a column instead of a row. Is there a
function to do this operation?
Thanks,
Scott
For example, I have a row of date headers that is in this order:
10/1, 9/1, 8/1, 7/1
I would like it in this order:
7/1, 8/1, 9/1, 10/1
transpose will only convert it to a column instead of a row. Is there a
function to do this operation?
Thanks,
Scott