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