Countif statement
I am trying to count two separate columns based on the criteria below and am receiving the error "#Unparseable".
My formula is as follows: =COUNTIFS([Force Level_FRB]:[Force Level_FRB], ="10% / L2", and [PINS Case_FRB]1:[PINS Case_FRB]210))
The PINS Case_FRB column has two options: PINS and PINS_A, where applicable, otherwise the cell is blank if it is not one of the two options.
How do I get a count to know how many 10% / L2 cases are related to a PINS or PINS_A?
Your assistance is appreciated!
Jolene
Answers
-
Try:
=COUNTIFS([Force Level_FRB]:[Force Level_FRB], "10% / L2", [PINS Case_FRB]:[PINS Case_FRB], OR(@cell="PINS", @cell="PINS_A"))
Am I understanding correctly?
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
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!