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.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 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!