This is the formula I'm attempting to use (which, I have used in the past and no issues):
This Always returns NO unless I put the whole search string as "Sport Slotted - GM - 126.62092SL", which defeats the whole point of this search.
Code:
=IF(ISNUMBER(SEARCH("Sport Slotted - GM - 126.62092SL","Slotted")), "Yes", "No")
This Always returns NO unless I put the whole search string as "Sport Slotted - GM - 126.62092SL", which defeats the whole point of this search.
Last edited: