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
- 66.2K Get Help
- 431 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 74 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!