Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
is there way to list values in an array or range, in a column?
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
See my Arrays To Columns page at http://www.cpearson.com/excel/arr2col.htm .
-- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting www.cpearson.com (email on the web site) "mwam423" wrote in message ... is there way to list values in an array or range, in a column? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
dear chip, that's awesome stuff(!), many thanks
"Chip Pearson" wrote: See my Arrays To Columns page at http://www.cpearson.com/excel/arr2col.htm . |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Years ago I got this from Alan Beban:
the following seems to work for a range named "rng1"; just enter it in a cell and fill down. =INDEX(rng1,ROW(A1)-MOD(ROW(A1)-1,COLUMNS(rng1))-((COLUMNS(rng1)-1)*(ROW(A1)-MOD(ROW(A1)-1,COLUMNS(rng1)))-(COLUMNS(rng1)-1))/COLUMNS(rng1),MOD(ROW(A1)-1,COLUMNS(rng1))+1) Works like a charm. Jack Sons The Netherlands "mwam423" schreef in bericht ... dear chip, that's awesome stuff(!), many thanks "Chip Pearson" wrote: See my Arrays To Columns page at http://www.cpearson.com/excel/arr2col.htm . |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi jack, that works as well, thank you
"Jack Sons" wrote: Years ago I got this from Alan Beban: the following seems to work for a range named "rng1"; just enter it in a cell and fill down. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
another array question | Excel Worksheet Functions | |||
Array Question | Excel Discussion (Misc queries) | |||
Array Question | Excel Worksheet Functions | |||
Three Dimensional Array Question | Excel Discussion (Misc queries) | |||
Array Function Question | Excel Worksheet Functions |