If/Then date question
Ryon
✭✭
Hi All,
I'm trying to use the formula below to populate a cell with "late" if the Date Opened +30 days is greater than the Original Due Date. Is this possible? I'm very new to the formula side of SS so any help would be appreciated! Thanks!
=IF([Date Opened]1 + 30, >[Original Due Date]@row, "late", "")
Best Answer
-
Hi Ryon,
Your formula was almost perfect. A syntax error was there. Try using the following formula:
=IF([Date Opened]@row + 30 > [Original Due Date]@row, "Late", "")
Answers
-
Hi Ryon,
Your formula was almost perfect. A syntax error was there. Try using the following formula:
=IF([Date Opened]@row + 30 > [Original Due Date]@row, "Late", "")
-
Awesome, that solved it! I appreciate the help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 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!