max(startdate) function in Countifs.
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
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!