nhartman49
New Member
- Joined
- Oct 10, 2018
- Messages
- 6
I am looking for a way to extract unique exact values from a text string. I have found way to get multiple values but they are not exact.
Examples:
A1- Unique Values:
19
20
35
40
B1 - There were 40 cats who ran up a tree in 1920.
C1 - Result:
19
20
40
I would need the result to be 40 only because it is the only exact match to the criteria.
Thank you.
Examples:
A1- Unique Values:
19
20
35
40
B1 - There were 40 cats who ran up a tree in 1920.
C1 - Result:
19
20
40
I would need the result to be 40 only because it is the only exact match to the criteria.
Thank you.