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
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 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!