countif
how do I do a total count of PPAP rejected and PPAP approved along with adding blank cells together if the FAI Report or PPAP column says PPAP?
Answers
-
You may want to use a Summary Field for this, or of course you can put this in a cell somewhere:
PPAP Rejected only:
=COUNTIF(Status:Status,"PPAP Rejected")
PPAP Rejected + blank cells if FAI Report or PPAP says "PPAP":
=COUNTIF(Status:Status,"PPAP Rejected")+COUNTIFS(Status:Status,"",[FAI Report or PPAP]:[FAI Report or PPAP],"PPAP")
-
Brian , Thank you for this. It was helpful. However it is counting more than what I have by 6 rows and I don't have any blank rows. What would cause that?
-
Break up the formula and see which one of the Countifs are giving you extras. You might have some “surprise” rows a page down or that have been filtered from view without realizing it.
-
Thanks Brian I did figure it out :)
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
- 142 Just for fun
- 58 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!