Summary Sheet Formula

MikeFlorida
ββ
Hello,
I'm trying to calculate a percentage using two summary sheet fields.
My status field tells me how many locations are complete and I want to divide that result by 83 total locations
=COUNTIF(Status1:Status86, "Complete", /83)
Any pointers would be helpful, Thank you.
Answers
-
I think you just have your denominator in the wrong place.
=COUNTIF(Status1:Status86, "Complete") / 83
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!