Expected percent complete of a task

Melissa Torrez
✭✭✭✭✭
I am trying to calculate very simply the expected percent completion of a task using the below formula and it is coming back unparseable
=([Today]@row - [Realization Start Date]@row)/ [Realization End Date]@row-[Realization Start Date]@row)
Answers
-
should just be a missing parentheses:
=([Today]@row - [Realization Start Date]@row)/ ([Realization End Date]@row-[Realization Start Date]@row)
-
Thank you!!
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!