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
- Customer Resources
- 64.8K Get Help
- 434 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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!