concatenation formula for long column of variables
Posted by jason on January 12, 2001 12:01 PM
I have a long column of part numbers in an excel column that I want concatenated into one long string with the format "pn1, pn2, pn3". I know how to work concatenate where i could type the formula =concatenate(A1,", ",A2,", ",A3), but I would like to have a formula that would take the large column and do it automatically for a range (ie. =concatenate(A2:A1000) doesn't work).
Any ideas?