baggers719
Board Regular
- Joined
- Sep 18, 2009
- Messages
- 104
I'm trying to do multiple text searches in a cell and return text if true. If not true then I want the cell to be blank.
For example
Column A is PaymentNotFound12345 and I want the formula in column B to search for "PaymentNot" and return "PaymentNot". However I need to also search for other text examples such as PaymentDone12345 and it to return "Payment" if true and again blank if false. Column A has built items I want to search for and return if true.
Any ideas. I'm trying to use IFS and FIND functions, it only returns the first search.
Thanks,
Sean.
For example
Column A is PaymentNotFound12345 and I want the formula in column B to search for "PaymentNot" and return "PaymentNot". However I need to also search for other text examples such as PaymentDone12345 and it to return "Payment" if true and again blank if false. Column A has built items I want to search for and return if true.
Any ideas. I'm trying to use IFS and FIND functions, it only returns the first search.
Thanks,
Sean.