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.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!