emulate the COUNTA function
Options

System
Employee
This discussion was created from comments split from: Odd way to emulate excel formula counta().
Answers
-
I am attempting to use this same formula to count the completed tasks in a project and return a percentage but I don't believe I have this set up right to emulate the COUNTA function
-
Would this do what you need?
=COUNTIFS(Status21:Status26,"Completed")/COUNT(Status21:Status26)
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!