The_Rock
Board Regular
- Joined
- Jul 2, 2007
- Messages
- 174
Hi Folks
I hope you can help with writing vba for the following.
I have 3 columns:
Location Oppt Status
UK1 JS001 Approved
UK1 JS002 Pending
NLD1 GS001 Approved
NLD1 GS002 Rejected
NLD1 GS003 Rejected
What I would like to do is go thru the first column, to make the 'Location' unique and then concat Oppty & Status, for example, using the above, the result should be:
Location Result
UK1 JS001 (Approved), JS002 (Pending)
NLD1 GS001 (Approved), GS002 (Rejected), GS003 (Rejected)
Hope you guys can help
I hope you can help with writing vba for the following.
I have 3 columns:
Location Oppt Status
UK1 JS001 Approved
UK1 JS002 Pending
NLD1 GS001 Approved
NLD1 GS002 Rejected
NLD1 GS003 Rejected
What I would like to do is go thru the first column, to make the 'Location' unique and then concat Oppty & Status, for example, using the above, the result should be:
Location Result
UK1 JS001 (Approved), JS002 (Pending)
NLD1 GS001 (Approved), GS002 (Rejected), GS003 (Rejected)
Hope you guys can help