I would like to set up a logic that says something like:
Check to see if cells A1:W1 are equal to these strings in succession: ("string1", "string2", "string3"), where string1 corresponds to A1, string2 corresponds to B1, string3 corresponds to C1 and etc. If any of the cells to not equal their...