Hi
Im trying to make a formula that can take keywords i specify and change them to the name of where they are located in an adjacent cell.
This is how far i have got =IF(OR(ISNUMBER(SEARCH("Cap",A2)),ISNUMBER(SEARCH("Hat",A2)),ISNUMBER(SEARCH("Snapback",A2))),"Cap Room")
but i don't know how...