In a column that contains comma separated numbers entered by users:
1,2,3,4,5
11,12,14,3
21,32,45,92,101,1
100,234,125,5
I need to search for a specific number in each list, for example "1" and return TRUE in a Conditional Formatting rule to highlight that cell. However, everything I've tried returns true for any occurrence of the number such as 11, 12, 21, 100 and so on not just 1. I need it to only return TRUE when a specific number between the commas exists.