Balajibenz
Board Regular
- Joined
- Nov 18, 2020
- Messages
- 80
- Office Version
- 2013
- Platform
- Windows
Hi, Can someone help me with VBA code to do the below task.
I have data in A2-Z2 where in each there will be some data. this data in each cell migh be sepearted by comma. what i am looking for is to publish a out put in AB where it concatenates data from A2-Z2 by removing duplicates and seperate each one by a comma. it should ignore if there are blanks and #N/A in between. it should be done untill last row of data in column "A". below is the example.
let us say this particular row (no:2) only has data untill H2 (hightest cell that contains data at any time would be till Z row ).
In the above case output should be Development, Test, Production as empty cells and #N/A should be ignored. thank you in advance
I have data in A2-Z2 where in each there will be some data. this data in each cell migh be sepearted by comma. what i am looking for is to publish a out put in AB where it concatenates data from A2-Z2 by removing duplicates and seperate each one by a comma. it should ignore if there are blanks and #N/A in between. it should be done untill last row of data in column "A". below is the example.
A | B | C | D | E | F | G | H |
---|---|---|---|---|---|---|---|
Development, Test | Production | Test, Production | Test, Production | #N/A | Production | #N/A |
let us say this particular row (no:2) only has data untill H2 (hightest cell that contains data at any time would be till Z row ).
In the above case output should be Development, Test, Production as empty cells and #N/A should be ignored. thank you in advance