gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
I have a list of items down column B. The number of items in column B will vary from time to time.
I am trying to concatenate each row in B (concatenate(B17","B18,".... I need them concatenated No spaces and separated by a ","
My problem is how do I only concatenate down the list to where there is no more data. I don't want to write this extensive formula that will end up with a bunch of ,,,,,,,, at the end.
I assume there is a way using VBA but I don't know how.
My sheet name is "Input" My data starts in B17 and goes down to a variable row. I want to put the concatenated value in B2
Any help us very much appreciated.
I am trying to concatenate each row in B (concatenate(B17","B18,".... I need them concatenated No spaces and separated by a ","
My problem is how do I only concatenate down the list to where there is no more data. I don't want to write this extensive formula that will end up with a bunch of ,,,,,,,, at the end.
I assume there is a way using VBA but I don't know how.
My sheet name is "Input" My data starts in B17 and goes down to a variable row. I want to put the concatenated value in B2
Any help us very much appreciated.