Nested Ifs
I need and if statement on a metric sheet that counts if 3 criteria are met.
If one column = this
If another column = that
If last column = "No"
This is what I have and I though it might work but I get the #UNPARSEABLE error.
=COUNTIFS({Range 1}, [Primary Column]3, FIND(AND({Range 3} = [Primary Column]9, {Range 2} "No")))
I also tried
=If{Range 1} = [Primary Column]3, Count({Range 1}), If(Range 2 = "No", Count({Range 1}), If({Range 3} = [Primary Column]9, Count({Range 1}, " ")))
I got the same error.
Best Answer
-
Try something like this...
=COUNTIFS({Range 1}, [Primary Column]3, {Range 2}, "No", {Range 3}, [Primary Column]9)
Answers
-
Try something like this...
=COUNTIFS({Range 1}, [Primary Column]3, {Range 2}, "No", {Range 3}, [Primary Column]9)
-
Paul,
I tried that multiple times before and kept getting errors. Now that I tried it again it works.
-
Happy to help! 👍️
There are quite a few things that could cause errors. Syntax, an extra comma or parenthesis, a simple space where it shouldn't be...
HERE is a link that explains each of the errors and some basic troubleshooting tips for each of them, and of course you are more than welcome to reach out to the Community for help as well.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!