R
Rod
How can I do:
If A1 is in Set ["Joe", "Bill", "Clare", ""] then B1 = A1, else "Not Found"?
If A1 is "Bill" then B1 should be set to "Bill".
If A1 is "George", then B1 is "Not Found"
What I am trying to do is condense a potentially large conditional.
Thanks much!
If A1 is in Set ["Joe", "Bill", "Clare", ""] then B1 = A1, else "Not Found"?
If A1 is "Bill" then B1 should be set to "Bill".
If A1 is "George", then B1 is "Not Found"
What I am trying to do is condense a potentially large conditional.
Thanks much!