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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!