Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default split one column into multiple columns

I want to take one long column (544 rows) and split it into columns of 50.
Is there a way to do that in Excel?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default split one column into multiple columns

Source data (ie your long col) assumed running in A2 down ...
In say, B2: =OFFSET($A$2,COLUMNS($A:A)*50-51+ROWS($1:1),)
Copy down by 50 rows to B51, fill across as far as required to exhaust.
Continuous zeros will signal completion of data extract from col A. Any good?
hit the YES below.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---
"SandyDi" wrote:
I want to take one long column (544 rows) and split it into columns of 50.
Is there a way to do that in Excel?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default split one column into multiple columns

Say your datalist is in A1 to A544.

Enter this formula *anywhere*, and copy across 10 columns (that's 11 columns
*total*),
THEN, copy that 11 column selection down 50 rows:

=INDEX($A$1:$A$544,ROWS($1:1)+50*(COLUMNS($A:A)-1))

If you're looking to eventually delete the *original* datalist, you must
first remove the formulas from the *new* datalist, leaving just the values
behind.

With the new datalist *still* selected from the copy,
right click in the selection and choose "Copy",
right click again and choose "Paste Special",
click on "Values",
then <OK, then <Esc, and you're done.

You now have only data in the new locations, so the original list can now be
removed.

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"SandyDi" wrote in message
...
I want to take one long column (544 rows) and split it into columns of 50.
Is there a way to do that in Excel?



Reply
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
split 1 column to 3 columns rckymtntim Excel Discussion (Misc queries) 2 January 7th 08 12:21 AM
How to split columns with multiple lines w/in cells Ben Excel Discussion (Misc queries) 2 May 30th 07 03:52 PM
How do I split a cell into multiple rows/columns? SKA Excel Discussion (Misc queries) 1 January 18th 06 12:04 AM
split column into 4 columns Jack Excel Discussion (Misc queries) 3 November 15th 05 08:27 PM
split a single column into 2 separate columns Eve Excel Worksheet Functions 2 March 14th 05 07:33 PM


All times are GMT +1. The time now is 04:43 PM.

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"