How to include formula to perform a count from the keyword in the row and update the count?
Hi expert,
Not too sure if this is supported within the function. I have a used case below,
I need tester to input their test result in name assigned in the column (Col E-G).
Once they input the status = "P" or "F", the Column 'Total Pass' and 'Total Fail' will do the count base on the condition keyword P or F in each row and populate the number in the column B & Column C. Refer below sample.
Kindly advise. Many Thanks!
Best Answer
-
Try:
Total pass is: =COUNTIFS(TESTER1:TESTER3, "P")
Total fail is: =COUNTIFS(TESTER1:TESTER3, "F")
Total Incomplete is: =COUNTIFS(TESTER1:TESTER3, IS BLANK(@cell))
Help?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Try:
Total pass is: =COUNTIFS(TESTER1:TESTER3, "P")
Total fail is: =COUNTIFS(TESTER1:TESTER3, "F")
Total Incomplete is: =COUNTIFS(TESTER1:TESTER3, IS BLANK(@cell))
Help?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
HI Mark,
Thanks for the swift response! Is working with slight tweak in the syntax! You save my day! 🤩
=COUNTIF([Tester1]@row:[Tester5]@row, "P")
=COUNTIF([Tester1]@row:[Tester5]@row, "F")
=COUNTIFS([Tester1]@row:[Tester5]@row, ISBLANK(@cell))
-
Glad to help. Thank you for contributing to the Community.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
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
Check out the Formula Handbook template!