LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Automatically transposing

Hi
enter the following formula on a separate sheet in cell A1
=OFFSET('sheet1'!$A$1,INT((ROW()-1)/8),MOD(ROW()-1,8))
and copy this down

-----Original Message-----
Hello Forum,

I am currently working with a dataset that contains 8

columns and 5000
rows of numeric data. I need to convert the 8 cols and

5000 rows to a
single column which contains all the records (1 column,

40000 rows).
Now I know I could do this by copying each row then paste
special/transpose it to a new column row by row, however

this will take
a lot of time with 5000 rows. Does anyone know of doing

this using VBA
or a formula that would speed up the process?

Below is an illustration of the problem:

From:

A B C D
1 2 3 4
5 6 7 8

To:

A
1
2
3
4
5
6
7
8

Thanks in advance.

Craig.


---
Message posted from http://www.ExcelForum.com/

.

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Transposing Brian86 Excel Discussion (Misc queries) 3 January 7th 09 05:00 PM
need help with transposing [email protected] Excel Discussion (Misc queries) 2 October 30th 08 02:10 PM
Transposing Nanapat Excel Discussion (Misc queries) 2 April 2nd 08 11:38 PM
Transposing Deena Excel Worksheet Functions 2 October 27th 06 05:13 PM
TRANSPOSING GARY Excel Discussion (Misc queries) 1 March 17th 06 11:09 AM


All times are GMT +1. The time now is 02:17 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"