N
nate hubert
The following formula works well to convert a table of multipl
dimensions (here four columns) to just one column.
=OFFSET($A$1,MOD(ROWS($1:1)-1,4),INT((ROWS($1:1)-1)/4)
How can you use a similar function to return the table as one ro
instead of one column
Please
dimensions (here four columns) to just one column.
=OFFSET($A$1,MOD(ROWS($1:1)-1,4),INT((ROWS($1:1)-1)/4)
How can you use a similar function to return the table as one ro
instead of one column
Please