IF function, dates, and late/on time
Kate Allison
✭✭✭✭
Hi! I'm trying to figure out how to write a formula that will show whether a task was completed on time or after its due date. Here's what I tried, but it didn't work:
=IF([Completion Date]17<=[Due Date]17, Yes, [No])
I'm trying to say if the completion date is on or before the due date, populate the cell with Yes (on time). If the completion date is after the due date, populate the cell with No (late).
Any ideas on how I can fix this? I keep getting the error #UNPARSABLE.
Thank you for any help!
Kate
Answers
-
You just need quotes around your desired text outputs.
=IF([Completion Date]17<=[Due Date]17, "Yes", "[No]")
-
Thank you!!
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 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!