FORMULA - COUNTIF WITH 2 ARGUMENTS
Hi,
In sheet summary I am trying to count total number of 'EVENT CATEGORY' that is 'STATUS'
The formula I have tried is =COUNTIF([Event category]:[Event category], "Webinar" [status]:[status], "complete")
Both columns are dropdown single select if that makes any difference. I am able to count by event category but adding the second criteria isn't working for me - I'm sure this is probably something simple, can anyone help?
Thanks,
Katrina
Best Answer
-
I think you are almost there @Katrina Savage
Try this:
=COUNTIFS([Event category]:[Event category], "Webinar", [status]:[status], "complete")
(updated to change to COUNTIFS and added the comma in between "Webinar" and [status]:[status])
Answers
-
I think you are almost there @Katrina Savage
Try this:
=COUNTIFS([Event category]:[Event category], "Webinar", [status]:[status], "complete")
(updated to change to COUNTIFS and added the comma in between "Webinar" and [status]:[status])
-
Yes it works!! Thank you for taking the time to respond!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!