Here is the problem that I faced I had to extract the entries in the table row-wise and populate this in a single column. Here is one way of doing this: Enter A8=OFFSET($A$2,INT((ROW()-ROW($B$8))/5),MOD((ROW()-ROW$B$8)),5),1,1) Drag down till the entire table is unravelled. What if we had to unravel the table column wise [...]
Posts Tagged ‘columns’
Unraveling a table
Posted in Uncategorized, tagged column(), columns, int, mod, offset, row, rows on May 15, 2009 | Leave a Comment »