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
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!