Countif / sumif ?
Hi everyone,
I'm looking for a formula which will give the number I obtain when I filter such as :
I want to know how much "Club Readiness" Online we've when "Current System" column is one of the 2 values selected (let's call them "X" and "Y").
I tried with COUNTIFS, and with COUNTFS with IF function nested, but without good results.
Any ideas?
Answers
-
You will need a COUNTIFS with an OR function.
=COUNTIFS([Current System]:[Current System], OR(@cell = "A", @cell = "B"), [Club Readiness]:[Club Readiness], @cell = "Online")
-
Hi Paul,
Thanks for your answer. I should have been more precise for my question since this formula will be added to a summary sheet in order to project data into a dashboard. Therefore, @cell doesn't work.
So, on sheet A I've the columns with the data shown in my previous post and formula will be implemented in a summary sheet.
I tried the followin without any good results : =IF({Remote Surveillance Master FR Range Club Readiness} = "Online", COUNTIFS({Remote Surveillance Master FR Range Current system}, "ARC RS", {Remote Surveillance Master FR Range Current system}, "ARC TG (RS Lite)), "").
Any idea?
-
You still need the @cell references. You would just change the ranges to cross sheet references and use the same syntax as I have in my last post.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 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!