dlsdioquino
New Member
- Joined
- Mar 23, 2018
- Messages
- 7
Hello all!
I have a question regarding VLOOKUp.
I have a list of IDs and Values. In a set of data I need to get the IDs with only ONE occurrence.
Here is the Sample
Look up table
VLookUP Expected Result
Thank you so much!
I have a question regarding VLOOKUp.
I have a list of IDs and Values. In a set of data I need to get the IDs with only ONE occurrence.
Here is the Sample
Look up table
Code:
ID VALUE
1 a
2 b
2 c
4 d
4 e
5 f
VLookUP Expected Result
Code:
[B]ID VALUE[/B]
1 a
2
3
4
5 f
Thank you so much!