Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]() Quote:
Could you post an example workbook with a before and after so we can see exactly what you need? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert table to a single column | Excel Discussion (Misc queries) | |||
Convert table to single column | Excel Discussion (Misc queries) | |||
Tax Table Formula in Single Cell | Excel Programming | |||
pivot table single choice | Excel Discussion (Misc queries) | |||
pivot table single column | Excel Programming |