View Single Post
  #10  
Old March 17th, 2010, 08:35 PM posted to microsoft.public.excel.worksheet.functions
Jethro Bodeene[_2_]
external usenet poster
 
Posts: 1
Default Need transpose? help....

Max, Thanks for your help!

That worked perfectly!

Now onto other projects....

"Max" wrote:

Assume your data is in Sheet1, with top left corner cell B2
In another sheet,
Put in any startcell, say in C3:
=OFFSET(Sheet1!$B$2,INT((ROWS($1:1)-1)/151),MOD(ROWS($1:1)-1,151))
Copy C3 down as far as required to exhaust the source data into that col
(copy down by at least: 151 x 49 = 7399 cells). Inspiring? hit the YES below
--
Max
Singapore
---
"Jethro Bodeene" wrote:
I have a spreadsheet with 151 columns by 49 rows of data. I need to
transpose this data from its current state, to only 1 vertical column. How
can I do this? Thks