ThrottleWorks
Excel Ninja
Hi,
I am trying to concatenate values from different cells in one cell, separated by coma.
Please refer below example, all the values are sorted and unique. Can anyone please help me in this.
I tried writing a loop for this but not able to write it correctly.
Input
A1 = Yamaha
A2 = Honda
A3 = Suzuki
Output B1 = Yamaha, Honda, Suzuki
I am trying to concatenate values from different cells in one cell, separated by coma.
Please refer below example, all the values are sorted and unique. Can anyone please help me in this.
I tried writing a loop for this but not able to write it correctly.
Input
A1 = Yamaha
A2 = Honda
A3 = Suzuki
Output B1 = Yamaha, Honda, Suzuki