M
M
I have a workbook (sheet) that contains various text values in a column. I
need to exclude from the final sheet any rows in which the text column
includes certain values (like names of certain countries).
I can do a FIND or SEARCH to determine if the column contains a text value I
want to exclude but I don't seem to be able to string the FINDs together
with an OR statement to combine and flag all the rows that need to be
deleted.
When I use =OR(FIND "xxxx",xxx),(FIND "yyyy",xxx) etc. it always comes back
false (or #value) because all the find criteria are not true and never would
be.
My understanding is that the OR function is supposed to return a "TRUE" if
any of the statements are true, but it seems to return a false (#value) if
any statement isn't true.
My workaround is to set up multiple columns of finds but this seems pretty
crude.
Would appreciate any tips.
Thanks,
M
need to exclude from the final sheet any rows in which the text column
includes certain values (like names of certain countries).
I can do a FIND or SEARCH to determine if the column contains a text value I
want to exclude but I don't seem to be able to string the FINDs together
with an OR statement to combine and flag all the rows that need to be
deleted.
When I use =OR(FIND "xxxx",xxx),(FIND "yyyy",xxx) etc. it always comes back
false (or #value) because all the find criteria are not true and never would
be.
My understanding is that the OR function is supposed to return a "TRUE" if
any of the statements are true, but it seems to return a false (#value) if
any statement isn't true.
My workaround is to set up multiple columns of finds but this seems pretty
crude.
Would appreciate any tips.
Thanks,
M