I need to compare a new dates with the other dates in that column.
For Example I have a column called Start Date. When a new start date is added I need to compare it to all the other start dates. I am guessing I should use another helper column, but I need the brain power on this
Best Answer
-
Does this accomplish what you're after?
Example Sheet:
Same Date Count formula:
=COUNTIF([Start Date]:[Start Date], =[Start Date]@row)
Is Taken? formula:
=IF([Same Date Count]@row > 1, true, false)
Answers
-
Hi Jeff. You need to compare one Start Date to another and do what exactly under which circumstances?
-
I actually need to compare a new start date to all the existing dates before. This is to check if their is a conflict in those dates
-
Does this accomplish what you're after?
Example Sheet:
Same Date Count formula:
=COUNTIF([Start Date]:[Start Date], =[Start Date]@row)
Is Taken? formula:
=IF([Same Date Count]@row > 1, true, false)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!