I got two columns which are mixed with "True" and "False". I'm trying to create a check function where if Column A = "True" and Column B = "True" then the output should be "True" if not it should say "Error" and the same applies to "False". Its basically if a cell in Column A matches to the same cell in Column B then everything is fine else that's an error. It would be great if anyone can suggest how can I go with this.