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.