paintdrying
New Member
- Joined
- Mar 28, 2018
- Messages
- 9
So I just started cutting my teeth on some of the more complicated parts of Excel. I want to output one of a variety of text strings in a given cell based on a variety of text strings in a column to the the left. Some sort of fuzzy match would be excellent as well. I'm not using VBA either.
Practical example: output tiger ( in B5) every time Africa or India shows up in (A5), but also output horse of cow (in B5) whenever America or Europe show up in (A5).
Basically is would output a given text (of multiple possible) based on a a given text (of multiple) in the referencing cell .
<bdo dir="ltr">=IF(ISTEXT(SEARCH("Africa",A452)),A453,"lion") I believe this formula here will output lion whenever Africa Is put within the search. But how do I also say (within in the same cell) if the text happens to be America or Europe output cow </bdo>
Practical example: output tiger ( in B5) every time Africa or India shows up in (A5), but also output horse of cow (in B5) whenever America or Europe show up in (A5).
Basically is would output a given text (of multiple possible) based on a a given text (of multiple) in the referencing cell .
<bdo dir="ltr">=IF(ISTEXT(SEARCH("Africa",A452)),A453,"lion") I believe this formula here will output lion whenever Africa Is put within the search. But how do I also say (within in the same cell) if the text happens to be America or Europe output cow </bdo>