DarkVignette
New Member
- Joined
- Oct 2, 2014
- Messages
- 3
HI everyone
I need to search two columns for a text string, and return a 'yes' or 'no'. The challenge I have is that the data is entered by a number of different people and they use a combination of lower and uppercase letters.
Currently I have this (thanks to a little worki on Google)
=IF(ISERROR(FIND(LOWER("discontinue"),LOWER(Z155),1)),"No","Yes")
But I need to extend this to search for the text string '"discontinue" on column Y too. I have tried
=IF(ISERROR(FIND(LOWER("discontinue"),LOWER(Y155:Z155),1)),"No","Yes")
but this doesn't return a correct response. I've also tried playing around with OR but can't seem to get this to function correctly, probably due to my limited skills.
Can anyone help?
P
I need to search two columns for a text string, and return a 'yes' or 'no'. The challenge I have is that the data is entered by a number of different people and they use a combination of lower and uppercase letters.
Currently I have this (thanks to a little worki on Google)
=IF(ISERROR(FIND(LOWER("discontinue"),LOWER(Z155),1)),"No","Yes")
But I need to extend this to search for the text string '"discontinue" on column Y too. I have tried
=IF(ISERROR(FIND(LOWER("discontinue"),LOWER(Y155:Z155),1)),"No","Yes")
but this doesn't return a correct response. I've also tried playing around with OR but can't seem to get this to function correctly, probably due to my limited skills.
Can anyone help?
P