Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default I need to convert a table of data to columns only

When I tried the transpose data option, I could only use convert one row of
data at a time. Is there some way I can display ALL the data in rows to a
single column?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default I need to convert a table of data to columns only

One way

Assume data is in 3 cols,
eg in A2:C9 you have:

1 2 3
4 5 6
7 8 9
etc

You could place this in any start cell, say in E2:
=OFFSET($A$2,INT((ROWS($1:1)-1)/3),MOD(ROWS($1:1)-1,3))
then just copy down as far as required to exhaust the source data

Adapt it to suit where the anchor cell of the data is, eg: A2 (top left
cell), and the number of cols involved, eg: 3

Pl mark responses which help by clicking the YES button below
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:23,000 Files:370 Subscribers:66
xdemechanik
---
"Pranjali" wrote:
When I tried the transpose data option, I could only use convert one row of
data at a time. Is there some way I can display ALL the data in rows to a
single column?

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
Convert Pivot table back to Data Table Samaa Excel Discussion (Misc queries) 2 March 21st 07 10:02 AM
convert Pivot table back to Data table Samaa Excel Discussion (Misc queries) 2 March 21st 07 09:22 AM
Convert Pivot Table to Normal Data table ashish128 Excel Discussion (Misc queries) 2 May 2nd 06 09:34 AM
How do I convert some data in the row to columns? Colin T Excel Discussion (Misc queries) 4 August 17th 05 11:12 PM
Data in table, may need to convert to columns with OFFSET? Ron H Excel Discussion (Misc queries) 5 July 31st 05 06:44 PM


All times are GMT +1. The time now is 03:25 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"