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