Hello Guys. Need Help with a VBA
I have ID's in Column A and Name on Column B. I need to have Comma Seperated ID's if the name is same.
So in Column I I want it show "10, 120, 174, 410, 578, 600, 615, 625, 889"
I have ID's in Column A and Name on Column B. I need to have Comma Seperated ID's if the name is same.
So in Column I I want it show "10, 120, 174, 410, 578, 600, 615, 625, 889"
10 | APPLE |
120 | APPLE |
174 | APPLE |
410 | APPLE |
578 | APPLE |
600 | APPLE |
615 | APPLE |
625 | APPLE |
889 | APPLE |