Formula for Days to Complete coming up #UNPARSEABLE
Sam Clapp
✭✭✭
I'm trying to calculate Days to Complete with the attached columns, but it keeps coming up #UNPARSEABLE. Any idea why? Am I missing something?
Tags:
Best Answer
-
You need some kind of row reference.
=[Due Date]@row - [Date Completed]@row
Answers
-
You need some kind of row reference.
=[Due Date]@row - [Date Completed]@row
-
Hi @Sam Clapp,
In your screenshot, the only thing you're missing is the @row for your column reference.
=[Due Date]@row - [Date Completed]@row
You can also try this as typically 1 day is returned as .375.
=ROUNDUP(([Due Date]@row - [Date Completed]@row), 0)
Hope this helps!
All the best,
-Ray
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!