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
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 202 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!