CountIFS with multiple criteria references
Hi,
I have 3 columns referenced ("Available SYD","QoH SYD", and "Min SYD").
I'm trying to return counts where "Available SYD" is greater than or equal to 0, and "QoH SYD" is less than or equal to "Min SYD".
If I change the last criteria to a fixed number e.g. <50, it works, but I want to use another reference "Min SYD". Is this even possible or does my formula need to change?
This works: =COUNTIFS({Available SYD}, >=0, {QoH SYD}, <=50)
This doesn't: =COUNTIFS({Available SYD}, >=0, {QoH SYD}, <={Min SYD})
Answers
-
-
Thanks but {Min SYD} is a referenced column so [Min SYD]@row won't work. I tried it anyway. I should've mentioned I'm building a metric sheet which is why they are all referenced ranges.
-
Your second item for a countifs in an arguement group should be a criteria. https://help.smartsheet.com/function/countifs
...
-
Hi heyjay sorry I'm still not getting something here. I've read the documentation and still don't understand how to make it work or if it's even possible. I tried multiple variations but I just can't get it to work with the criteria in the second argument. Would you mind posting the full formula of what you believe should work?
=COUNTIFS({Available SYD}, >=0, {QoH SYD}, <={Min SYD})
Again, if I change the last piece to a normal criteria like <=50 it will work. But I want to only count if {QoH SYD}, <={Min SYD}.
-
This may simplify explaining my problem. How can do the following? I get #INVALID OPERATION.
=COUNTIF({QoH SYD}, <{Min SYD})
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 513 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!