Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 2
Default table to single row

The following formula works well to convert a table of multiple dimensions (here four columns) to just one column (in the order i would like which is across the first row of data, starting again with the first value of the second row):

=OFFSET($A$1,MOD(ROWS($1:1)-1,4),INT((ROWS($1:1)-1)/4))

How can you use a similar function to return the table as one row instead of one column?
  #2   Report Post  
Senior Member
 
Posts: 663
Default

Quote:
Originally Posted by nate hubert View Post
The following formula works well to convert a table of multiple dimensions (here four columns) to just one column (in the order i would like which is across the first row of data, starting again with the first value of the second row):

=OFFSET($A$1,MOD(ROWS($1:1)-1,4),INT((ROWS($1:1)-1)/4))

How can you use a similar function to return the table as one row instead of one column?
Hi,

Could you post an example workbook with a before and after so we can see exactly what you need?
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default 12 columns by 8 rows to one row

I'd prefer to use INDEX to do this, as it is not volatile. Which cells
contain your data, and which row do you want the data to appear on
(from column A of that row?) ?

Pete

On Aug 31, 5:33*pm, nate hubert
wrote:
The following formula works well to convert a table of multiple
dimensions (here four columns) to just one column.

=OFFSET($A$1,MOD(ROWS($1:1)-1,4),INT((ROWS($1:1)-1)/4))

How can you use a similar function to return the table as one row
instead of one column?

Please?

--
nate hubert


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 table to a single column Majeed B Excel Discussion (Misc queries) 1 January 29th 10 11:39 AM
Convert table to single column Shimshocks Excel Discussion (Misc queries) 1 February 7th 08 05:29 PM
Tax Table Formula in Single Cell Al Franz Excel Programming 2 April 14th 07 11:48 PM
pivot table single choice frendabrenda1 Excel Discussion (Misc queries) 2 June 30th 06 09:59 PM
pivot table single column tantric surfer Excel Programming 0 February 11th 04 07:11 PM


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