Jyotirmaya
Board Regular
- Joined
- Dec 2, 2015
- Messages
- 205
- Office Version
- 2019
- Platform
- Windows
I have data in Sheet1 in Column A & B.
In Column A I have Data, based on the Column A Data there are data in Column B, I want that in Column C those data of Column B should place in a cell by sepearated by a Comma.
Please help me with the code.
In Column A I have Data, based on the Column A Data there are data in Column B, I want that in Column C those data of Column B should place in a cell by sepearated by a Comma.
Book2.xlsx | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | 1 | a | a,b,c | ||
2 | b | ||||
3 | c | ||||
4 | 5 | a | a,b,c | ||
5 | b | ||||
6 | c | ||||
7 | 4 | a | a,b | ||
8 | b | ||||
9 | 5 | a | a,b,c,d,e,f | ||
10 | b | ||||
11 | c | ||||
12 | d | ||||
13 | e | ||||
14 | f | ||||
15 | 6 | a | a,b,c,d | ||
16 | b | ||||
17 | c | ||||
18 | d | ||||
19 | 5 | a | a,b,c,d,e,f,g | ||
20 | b | ||||
21 | c | ||||
22 | d | ||||
23 | e | ||||
24 | f | ||||
25 | g | ||||
26 | 8 | a | a | ||
27 | 9 | a | a | ||
Sheet2 |
Please help me with the code.