madhuchelliah
Board Regular
- Joined
- Nov 22, 2017
- Messages
- 226
- Office Version
- 2019
- Platform
- Windows
Hello all, i want to combine data in B column based on data in A column. If value of A column cells are same then adjacent B column cells should be combined as one cell. please refer the example for input and expected output.
Thank you.
Thank you.
Book2 | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | Input | Expected Output | ||||||
2 | Column A | Column B | Column A | Column B | ||||
3 | A1 | James | A1 | James Vic Nate Mike Pete Augi Don | ||||
4 | A1 | Vic | A1 | |||||
5 | A1 | Nate | A1 | |||||
6 | A1 | Mike | A1 | |||||
7 | A1 | Pete | A1 | |||||
8 | A1 | Augi | A1 | |||||
9 | A1 | Don | A1 | |||||
10 | A2 | James | A2 | James Vic Nate | ||||
11 | A2 | Vic | A2 | |||||
12 | A2 | Nate | A2 | |||||
13 | A3 | Nate | A3 | Nate Mike Pete Augi Don | ||||
14 | A3 | Mike | A3 | |||||
15 | A3 | Pete | A3 | |||||
16 | A3 | Augi | A3 | |||||
17 | A3 | Don | A3 | |||||
Sheet14 |