Could someone please help me to add multiple functions in a search string?
=IF(MID(B18,2,8)="01330701","11-13 hours","") is giving me the desired result for that one formula.
I need to check B18 for 5 different number sequences which would return the same, "11-13 hours" result if met.
For example =IF(MID(B18,2,8)="01732401","11-13 hours","") Would give me the desired "11-13 hours" too.
Thank you in advance for any help you can supply.
Sam
=IF(MID(B18,2,8)="01330701","11-13 hours","") is giving me the desired result for that one formula.
I need to check B18 for 5 different number sequences which would return the same, "11-13 hours" result if met.
For example =IF(MID(B18,2,8)="01732401","11-13 hours","") Would give me the desired "11-13 hours" too.
Thank you in advance for any help you can supply.
Sam