COUNTIF - EXCEPT When
Hi,
I would like to write a formula that includes all {Deals} at "Tour" but not if {Lead Broker} is "Ryan", "Molly" or "Casey"
The formula below counts Deals at "Tour" AND NOT xyz broker. Instead I need Deals at "Tour" except for when Lead Broker is XYZ
=COUNTIFS({Transactions Master Data Range 2}, "Tour", {Transactions Master Data Range 3}, <>"Ryan Lawrence", {Transactions Master Data Range 3}, <>"Casey McCullough", {Transactions Master Data Range 3}, <>"Molly Glasgow")
Please help!
Best Answer
-
I think I got it:
=COUNTIFS({Transactions Master Data Range 3}, NOT(OR(@cell = "Molly Glasgow", @cell = "Ryan Lawrence", @cell = "Casey McCullough")), {Transactions Master Data Range 2}, @cell = "Tour")
Answers
-
I think I got it:
=COUNTIFS({Transactions Master Data Range 3}, NOT(OR(@cell = "Molly Glasgow", @cell = "Ryan Lawrence", @cell = "Casey McCullough")), {Transactions Master Data Range 2}, @cell = "Tour")
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
- 146 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!