Sheet Summary Formulas
Hello,
This is a very basic question but I can't find a video or list of formulas to help, and I'm not great with remembering formatting that is needed for formulas. I'm playing around with how to build a Dashboard for a Sheet by using Sheet Summary. But I can't get these formulas right...
I'm trying to use the STATUS column, and build a Dashboard that will show how many tasks are Complete, In Progress, and Not Started. Can someone tell me what the formula should be?
Best Answer
-
Completed project tasks
=COUNTIF(Status:Status, "Complete")
Tasks in progress
=COUNTIF(Status:Status, "In Progress")
Not started
=COUNTIF(Status:Status, "Not Started")
Sincerely,
Jacob Stey
Answers
-
Completed project tasks
=COUNTIF(Status:Status, "Complete")
Tasks in progress
=COUNTIF(Status:Status, "In Progress")
Not started
=COUNTIF(Status:Status, "Not Started")
Sincerely,
Jacob Stey
-
One more if you can...if I want to have just a count of all Tasks and I have a column titled "Task Name" with 17 tasks under it...is the formula a SUM?
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 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
Check out the Formula Handbook template!