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.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!