Formula help combining and counting two conditional columns

Please help! I am Trying to count the total number when criteria is meet between two different columns. Each column has more than one answer option to include. Priority column can be answered Highest and or 5, Status Column can be answered either new or to do. Here is my formula among multiple others I have tried with no success. I also tried using a + in the equation as well and was unsuccessful.
Both columns need to include at least one of the answer options in order to include in the count;
=COUNTIF({SheetA|Priority}, OR(@cell = "Highest", @cell = 5), AND({SheetA|Status}, OR(@cell = "New", @cell = "To Do",)
Thanks!
Answers
-
Try:
=COUNTIFS({SheetA|Priority}, OR(@cell = "Highest", @cell = 5), {SheetA|Status}, OR(@cell = "New", @cell = "To Do")
-
Perfect! This works, thanks so very much Nic!!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!