Hi,
need to compare cell value of column A in 2 sheets, if they're equal, then create a comma separated list from values in col B like sheet2 from Sheet1.:
Sheet1 input:
A | B
1 | c
2 | d
| e
| f
3 | g
4 | h
5 | g
| I
Sheet2 output:
A | B
1 | c
2 | d, e, f
3 | g
4 | h
5 | g, I
Having trouble with the logic, any help or code snippets appreciated
Thanks
David
need to compare cell value of column A in 2 sheets, if they're equal, then create a comma separated list from values in col B like sheet2 from Sheet1.:
Sheet1 input:
A | B
1 | c
2 | d
| e
| f
3 | g
4 | h
5 | g
| I
Sheet2 output:
A | B
1 | c
2 | d, e, f
3 | g
4 | h
5 | g, I
Having trouble with the logic, any help or code snippets appreciated
Thanks
David