Hey guys and gals,
First time posting... I don't even know if this is possible but I know I'm not the man to figure it out.
I want to search a single cell (A1) for three different keywords and return a corresponding value for each keyword found using nested IF functions.
This is what I have so far:
=IF(ISNUMBER(FIND("Keyboard", A1)), "one", IF(ISNUMBER(FIND("laptop", A1)),"two",IF(ISNUMBER(FIND("desk", A1)),"three")))
A1 contains all three keywords but when I run the function it only picks up the first keyword and returns "one". Should I be using an AND function somewhere in this crazy mess?
Thanks so much guys.
First time posting... I don't even know if this is possible but I know I'm not the man to figure it out.
I want to search a single cell (A1) for three different keywords and return a corresponding value for each keyword found using nested IF functions.
This is what I have so far:
=IF(ISNUMBER(FIND("Keyboard", A1)), "one", IF(ISNUMBER(FIND("laptop", A1)),"two",IF(ISNUMBER(FIND("desk", A1)),"three")))
A1 contains all three keywords but when I run the function it only picks up the first keyword and returns "one". Should I be using an AND function somewhere in this crazy mess?
Thanks so much guys.