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
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 144 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!