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
- Customer Resources
- 64.5K Get Help
- 430 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!