jimbomcmucka
New Member
- Joined
- Oct 11, 2022
- Messages
- 26
- Office Version
- 365
- Platform
- Windows
Hi all,
Firstly, thanks so much for those that have helped with a few questions I have had over the last few days! I feel like I have been on here pestering you guys a LOT!
I am hoping this will be my final question (for now)..
I have a data source that lists multiple countries in a single cell, deliminated with a "|". Eg. "CostaRica|Brazil|Mexico|Chile|Netherlands|UnitedKingdom|Ireland|Russia". Sometimes a country will appear twice in this data.
I am returning this value in a simple VLOOKUP ( =VLOOKUP(A4,'Sheet1'!H:O,8,1) ).
Is there a way that I can return only the unique countries? So for example if the data source was ""CostaRica|Brazil|Mexico|CostaRica", remove the duplicate and return ""CostaRica|Brazil|Mexico".
Thanks in advance!
Jim
Firstly, thanks so much for those that have helped with a few questions I have had over the last few days! I feel like I have been on here pestering you guys a LOT!
I am hoping this will be my final question (for now)..
I have a data source that lists multiple countries in a single cell, deliminated with a "|". Eg. "CostaRica|Brazil|Mexico|Chile|Netherlands|UnitedKingdom|Ireland|Russia". Sometimes a country will appear twice in this data.
I am returning this value in a simple VLOOKUP ( =VLOOKUP(A4,'Sheet1'!H:O,8,1) ).
Is there a way that I can return only the unique countries? So for example if the data source was ""CostaRica|Brazil|Mexico|CostaRica", remove the duplicate and return ""CostaRica|Brazil|Mexico".
Thanks in advance!
Jim