IF formula for between dates
ss1992
✭✭
I have dates in one column of a SmartSheet. I need a formula that tells me if the date is less than today and less than 10/25/22, return "Yes", if not than "No"
Essentially I need the formula to return yes or no if the date is in the past and if the data is coming up within the next two weeks.
Can someone please help with this? Thank you!
Best Answer
-
This would output "Yes" for dates that are in the past or in the upcoming two weeks...
=IF([Date Column Name]@row<= TODAY(14), "Yes", "No")
Answers
-
This would output "Yes" for dates that are in the past or in the upcoming two weeks...
=IF([Date Column Name]@row<= TODAY(14), "Yes", "No")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!