Im looking to extend this formula, so that if Cell A1 contains either the work Inbound or Outbound then it will return a different value
I want inbound to return INB and outbound to return OUB.
Currently i can get the inbound to work, but i want to add the 2nd condition. The formula im using is
=IF(ISNUMBER(SEARCH("inbound",A1)),"inb","")
How do i extend this to add the 2nd condition for outbound?
I want inbound to return INB and outbound to return OUB.
Currently i can get the inbound to work, but i want to add the 2nd condition. The formula im using is
=IF(ISNUMBER(SEARCH("inbound",A1)),"inb","")
How do i extend this to add the 2nd condition for outbound?