P
paddys
I am having some trouble searching an entire column to see if a value
is in the column. I've tried
=IF(ISNUMBER(SEARCH(A1,K:K)),"TRUE","FALSE") - But it doesn't seem to
be working. It only works if the A1 is in every cell of K.
I have two columns, the first I have a list of values each on its own
row.
column A
1. CSS-PB-350
2. CSS-PB-122
3. CSS-PB-100
The second contains multiple values in each cell.
Column B
1. CSS-PB-350, CSS-PB-111
2. CSS-PB-100, CSS-PB-091
3. CSS-PB-101, CSS-PB-021, CS-PB-234
So I would want to find that CSS-PB-350, CSS-PB-100 is in column B and
CSS-PB-122 is not.
Thanks
Paddy
is in the column. I've tried
=IF(ISNUMBER(SEARCH(A1,K:K)),"TRUE","FALSE") - But it doesn't seem to
be working. It only works if the A1 is in every cell of K.
I have two columns, the first I have a list of values each on its own
row.
column A
1. CSS-PB-350
2. CSS-PB-122
3. CSS-PB-100
The second contains multiple values in each cell.
Column B
1. CSS-PB-350, CSS-PB-111
2. CSS-PB-100, CSS-PB-091
3. CSS-PB-101, CSS-PB-021, CS-PB-234
So I would want to find that CSS-PB-350, CSS-PB-100 is in column B and
CSS-PB-122 is not.
Thanks
Paddy