hello all,
have this formula working:
which is great, however, now i need to search for two other text strings. i have tried using OR, but may not be trying it in the right place or in the right way. so basicallyinstead of just searching "PS", i need to search "PS", "MH" or "SEG", and possibly others later on. any suggestions? thanks
joe
have this formula working:
Code:
=IF(ISERROR(SEARCH("PS",Table_Query_from_NAV[[#This Row],[No_]])),VLOOKUP(Table_Query_from_NAV[[#This Row],[No_]],Facility_Table,4,TRUE),"Linear Asset Type")
which is great, however, now i need to search for two other text strings. i have tried using OR, but may not be trying it in the right place or in the right way. so basicallyinstead of just searching "PS", i need to search "PS", "MH" or "SEG", and possibly others later on. any suggestions? thanks
joe