traviscook21
New member
- Joined
- Jan 23, 2018
- Messages
- 8
- Reaction score
- 0
- Points
- 0
- Excel Version(s)
- 2016
Just wanted to say thank you for any help in advance. I have a table that has multiple values in one column and they are in no particular order so I can split them even though the values are separated by a comma within that column. I think I need to do a if this column contains these certain values I'm looking for then return "Contains" else "DoesNot". However the issues is that there are over 400 values I'm looking for and I don't want to have to write that massive if statement unless there is a better way then just doing the manual conditional column. Does anyone know of a better way to do this?
For example below is the column I'm trying to search. I have over 400 Procedure Codes that I need to search for.
Procedures
Thanks!!!
For example below is the column I'm trying to search. I have over 400 Procedure Codes that I need to search for.
Procedures
36254, 45981, 4225F |
36620 |
28456, 45981, 36215 |
31239, 4255F, 4559F |
27447, 4255F, 4559F, 64447, 64450, 76942 |
64454 |
87456 |
32546 |
88756 |
66645 |
27130 |
87789 |
27130, 4255F, 4559F |
27130, 4255F, 4559F |
19302, 4255F, 4559F |
66984 |
66645 |
11640, 4255F, 4559F |
66984 |
32546 |
Thanks!!!