Hello,
I am looking for specific text that reads exactly "EX 03" in a column range, how do I indicate the space and the 03 within the quotation marks?
For example if I'm looking for text "EX" in a column C4:C12 (which has EX and other values like PM 01, IK 03, SA 08 etc.) and want to use the IF function:
=IF(C4:C12="EX","EX", "Non-EX") -> will return EX when it finds the exact text: EX. What if it finds EX 03 and I want the formula to accommodate this change i.e. still output an EX. I tried to use wildcards like * but it didn't work. Thanks for any help regarding this!
I am looking for specific text that reads exactly "EX 03" in a column range, how do I indicate the space and the 03 within the quotation marks?
For example if I'm looking for text "EX" in a column C4:C12 (which has EX and other values like PM 01, IK 03, SA 08 etc.) and want to use the IF function:
=IF(C4:C12="EX","EX", "Non-EX") -> will return EX when it finds the exact text: EX. What if it finds EX 03 and I want the formula to accommodate this change i.e. still output an EX. I tried to use wildcards like * but it didn't work. Thanks for any help regarding this!