I have three columns. Column 1 can be either TRUE or FALSE. If it is TRUE then column 2 cannot also be TRUE. If it is FALSE, then column 2 can be either TRUE or FALSE. If either column 1 or column 2 are TRUE, then column 3 cannot also be TRUE. If neither column 1 nor column 2 are TRUE, then column 3 can be either TRUE or FALSE.
The formula I used for column 2 was an IF(ISNUMBER(SEARCH function. Is there a way to embed an OR in this statement? If not, is there a different formula I can use?
Bookmarks