max(startdate) function in Countifs.
Options

AjS
ββ
Hi all, I am looking if someone cane help me in writing an expression,
I am creating a calculation sheet in my smart sheet,
- I have a multiple teams (5 separate sheets) sheets with Project name, description, effort points, Status(dev, test, uat, done) weekstartdate and weekenddate
- In my calculation sheet, I have columns project, dev, test, uat, done. here I am trying to count number of status for each status (like dev, test, uat, done) using max(weekstartdate)
my target sheet
Best Answer
-
I think you should look at the COUNTIF function. It is what you should use to do counts with a single parameter. Something like:
=COUNTIF(Status:Status, "Done")
Answers
-
I think you should look at the COUNTIF function. It is what you should use to do counts with a single parameter. Something like:
=COUNTIF(Status:Status, "Done")
-
Thank you @David Tutwiler
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!