Churchy LaFemme
Board Regular
- Joined
- Sep 22, 2010
- Messages
- 135
My table may have either This or That in column B.
Column B
This thing
That thing
Ain't no thang
And another thing
Are you going to eat that
This I no big deal
That is a lie
I need a formula in Column C which will return "Eureka" if either "this" or "that" is in column b.
For some reason my efforts to use a nested if with wildcards is a big fat fail. (It's as if using * in a nested if breaks Excel.)
I can get a TRUE or FALSE result with this formula.
=OR(ISNUMBER(SEARCH({"*This*","*That*"},B2]])))
What can I do to change TRUE to Eureka?
Or is there another way?
(Found at least two similar questions - but was unable to return to them after logging in.)
Column B
This thing
That thing
Ain't no thang
And another thing
Are you going to eat that
This I no big deal
That is a lie
I need a formula in Column C which will return "Eureka" if either "this" or "that" is in column b.
For some reason my efforts to use a nested if with wildcards is a big fat fail. (It's as if using * in a nested if breaks Excel.)
I can get a TRUE or FALSE result with this formula.
=OR(ISNUMBER(SEARCH({"*This*","*That*"},B2]])))
What can I do to change TRUE to Eureka?
Or is there another way?
(Found at least two similar questions - but was unable to return to them after logging in.)