Countifs - Referencing another sheet with multiple criteria
Hi! On my metrics sheet I am trying to count if Status (different spreadsheet) is "requested received" and the request type = 1) Surveys - Custom Cut, 2) Surveys - New Custom Survey or 3) Surveys - Analysis/Investigation. I keep getting....any idea what I am missing?
Thanks in advance!
Answers
-
Hi @AGK, it would be better if you include some more details, such as formula you are trying to fix and aleso mentioned what do you keep getting (error? what error?...) Anyway, from as little information as you mentioned the formula should look something like:
=COUNTIFS({Status}, "requested received", {Request Type}, OR(@cell = 1, @cell =2, @cell = 3))
'@cell = 1, @cell =2, @cell = 3' could possible also be '@cell >= 1, @cell <= 3'
Hope it makes sense?
Regards
Vojtech
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!