ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Need to separate large verticle data set into columns with 50 entries (https://www.excelbanter.com/excel-discussion-misc-queries/78301-need-separate-large-verticle-data-set-into-columns-50-entries.html)

cathalog

Need to separate large verticle data set into columns with 50 entries
 

Hopefully someone can help me with this.

I have a large data set (2500 entries) in two verticle columns,

i.e.

x value1, y value1

x value2, y value2

. .
. .

xvalue2500, y value2500

I need to tabulate this data set for printing, i.e. 14 columns with 50
entries in each on each page. This is incredibly painstaking to do
manually.

Does anyone know if there is a function to do this for me? I want
something to cut the data set into groups of fifty and align them side
by set.

Any ideas?

Help will be greatly appreciated.


--
cathalog
------------------------------------------------------------------------
cathalog's Profile: http://www.excelforum.com/member.php...o&userid=32609
View this thread: http://www.excelforum.com/showthread...hreadid=524054


Ron de Bruin

Need to separate large verticle data set into columns with 50 entries
 
Hi cathalog

See
http://www.mvps.org/dmcritchie/excel/snakecol.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl


"cathalog" wrote in message
...

Hopefully someone can help me with this.

I have a large data set (2500 entries) in two verticle columns,

i.e.

x value1, y value1

x value2, y value2

.
.

xvalue2500, y value2500

I need to tabulate this data set for printing, i.e. 14 columns with 50
entries in each on each page. This is incredibly painstaking to do
manually.

Does anyone know if there is a function to do this for me? I want
something to cut the data set into groups of fifty and align them side
by set.

Any ideas?

Help will be greatly appreciated.


--
cathalog
------------------------------------------------------------------------
cathalog's Profile: http://www.excelforum.com/member.php...o&userid=32609
View this thread: http://www.excelforum.com/showthread...hreadid=524054




JE McGimpsey

Need to separate large verticle data set into columns with 50 entries
 
One way:

C1: =INDEX($A:$B,INT((COLUMN()-1)/2)*50+ROW(),2-MOD(COLUMN(),2))

Copy C1 to C1:CV50



Copy over to In article
,
cathalog
wrote:

Hopefully someone can help me with this.

I have a large data set (2500 entries) in two verticle columns,

i.e.

x value1, y value1

x value2, y value2

. .
. .

xvalue2500, y value2500

I need to tabulate this data set for printing, i.e. 14 columns with 50
entries in each on each page. This is incredibly painstaking to do
manually.

Does anyone know if there is a function to do this for me? I want
something to cut the data set into groups of fifty and align them side
by set.

Any ideas?

Help will be greatly appreciated.


Roger Govier

Need to separate large verticle data set into columns with 50 entries
 
Hi

take a look at David McRitchie's SnakeCol
http://www.mvps.org/dmcritchie/excel/snakecol.htm

--
Regards

Roger Govier


"cathalog" wrote
in message ...

Hopefully someone can help me with this.

I have a large data set (2500 entries) in two verticle columns,

i.e.

x value1, y value1

x value2, y value2

.
.

xvalue2500, y value2500

I need to tabulate this data set for printing, i.e. 14 columns with 50
entries in each on each page. This is incredibly painstaking to do
manually.

Does anyone know if there is a function to do this for me? I want
something to cut the data set into groups of fifty and align them side
by set.

Any ideas?

Help will be greatly appreciated.


--
cathalog
------------------------------------------------------------------------
cathalog's Profile:
http://www.excelforum.com/member.php...o&userid=32609
View this thread:
http://www.excelforum.com/showthread...hreadid=524054




Jim Cone

Need to separate large verticle data set into columns with 50 entries
 
You can paste into Word and use Format | Columns
-or -
David McRitchie has some vba code to experiment with in Excel...
http://www.mvps.org/dmcritchie/excel/snakecol.htm
-or -
buy a commercial application.

Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"cathalog" wrote in message...
Hopefully someone can help me with this.
I have a large data set (2500 entries) in two vertical columns,
i.e.

x value1, y value1

x value2, y value2 .

cathalog

Need to separate large verticle data set into columns with 50 entries
 

Thanks for the prompt reply guys. Very much appreciated...

Cathal


--
cathalog
------------------------------------------------------------------------
cathalog's Profile: http://www.excelforum.com/member.php...o&userid=32609
View this thread: http://www.excelforum.com/showthread...hreadid=524054



All times are GMT +1. The time now is 06:50 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com