LoneScrunger
New Member
- Joined
- Feb 14, 2013
- Messages
- 4
I'm trying to display hyphenated numbers in a range (e.g. 001-001-001 as one cell's contents) concatenated with a comma in between except the last number can't have a comma following it. I have a vertical array of these hyphenated numbers (Assessor Parcel Numbers that often start with a zero) and they are concatenated into one cell that is linked to a word document, so they can't end with a comma, however, I would like to include the whole range in the formula so that even if I have 1 or twenty APNs it will end without a comma on the last number. I know that if I designate the exact range each time then MCONCAT will not include a comma, but I don't know how to make it ignore all the blank cells.
I'm using =MCONCAT(AY146:AY174,", ") right now (that is the whole range).
I'm using =MCONCAT(AY146:AY174,", ") right now (that is the whole range).