Posted to microsoft.public.excel.worksheet.functions
|
|
Converting columns to rows
Unfortunately, this solution requires that I customize the formula for
each list, something I wanted to avoid.
Thanks for the reply!
Al
On Feb 15, 3:38 pm, Dave F wrote:
=CONCATENATE(B45,",",B46,",",B47) if your data are in B45, B46, B47 etc
Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.
" wrote:
I want to take multiple lists of numbers, all in one column separated
by blank rows, and "concatenate" the values at the beginning of each
list in the adjacent column. (I have been using MultiCat (http://
www.mcgimpsey.com/excel/udfs/multicat.html), but can't seem to get it
to be automatic--I don't want to have to customize the formula for
each list, I just want to run a macro or drag a formula).
Example:
A B
1 1, 2, 3, 4, 6, 8, 10
2
3
4
6
8
10
1 1, 2, 8, 9
2
8
9
etc.
These are page numbers that are in colum form, and needed to be
converted into a "1, 2, 3" form. I would like to be able to do this
automatically by dragging a formula or with a macro.
Thanks!
|