Formula Help for
I am trying to make a row turn red if both the Interview date AND Time Slot are the same. I was able to do this with just Interview dates being dups but am getting stuck with how to also add Time Slot into the mix. I used a helper column to with the formula
=COUNTIF([Interview Date]:[Interview Date], [Interview Date]@row)
and then conditional formatting to turn red if more than 1.
I tried =COUNTIFS([Interview Date]:[Interview Date], [Interview Date]@row), AND([Time Slot]:[Time Slot], [Time Slot]@row)) but got and unparseable error.
Any thoughts?
Answers
-
Have you tried doing this with just Conditional Formatting in lieu of formulas? You can add conditions to a new rule.
-
@David Stokes I still think I need some what to know if the date AND time are dups anywhere in the 2 columns. Am I making this harder than it should be?
-
Remove the closing parenthesis after [Interview Date]@row as well as the entire AND function (including parenthesis).
Help Article Resources
Categories
Check out the Formula Handbook template!