Can Numbers transpose one column into two columns?
I have achieved this in Excel but I have a column of names which are numbered 1 - 100 in Column A; I want to convert them into two separate columns so all the odd numbered names are in column B and all the even numbered names are in Column C. Can't seem to find any reference to it anywhere.
This is the formula in Excel:
=INDIRECT(ADDRESS((ROW($A1)-1)*3+COLUMN(A1),1))