Training Adherence - I keep getting Invalid Data Type - Help!
Options

ashly.summers
ββ
I am trying to determine the difference between Duration and Actual Duration so that we can more wholistically view how we are with doing training in the time frame assigned.
=VALUE([Actual Duration]@row ) / VALUE(Duration@row )
Answers
-
Try this:
=VALUE(SUBSTITUTE([Actual Duration]@row, "d", "")) / VALUE(SUBSTITUTE(Duration@row, "d", ""))
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!