I'm trying to have a given cell return one of three variables based on whether a range of cells contains any of certain criteria.
Assume cells B2 through B18 each contain at least one of the following "Bob", "Tom" or "Harry".
In cell B20, I want to return a value of "Tuesday" if ANY of the B2-B18 cells contain "Bob".
I want to return a value of "Wednesday" if ANY of the B2-B18 cells contains "Tom" and a value of "Thursday" if ANY of the B2-B18 cells contain "Harry".
Is there a formula which will do this? Thanks
Bookmarks