Trying to say "and this column isnt blank"
=COUNTIFS({Campaigns Status Count Range}, HAS(@cell, [Primary Column]@row), {Campaigns Range 1}, "Not Started", NOT(ISBLANK({Group})))
:( wont work
Best Answer
-
HI @Billymacdo
Try this:
=COUNTIFS({Campaigns Status Count Range}, HAS(@cell, [Primary Column]@row), {Campaigns Range 1}, "Not Started", {Group},NOT(ISBLANK(@cell)))
COUNTIFS formulas look for the range, then the criterion to evaluate that range for. (Range 1, Criterion 1, Range 2, Criterion 2, Range 3, Criterion 3…)
Answers
-
HI @Billymacdo
Try this:
=COUNTIFS({Campaigns Status Count Range}, HAS(@cell, [Primary Column]@row), {Campaigns Range 1}, "Not Started", {Group},NOT(ISBLANK(@cell)))
COUNTIFS formulas look for the range, then the criterion to evaluate that range for. (Range 1, Criterion 1, Range 2, Criterion 2, Range 3, Criterion 3…)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.4K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 479 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 490 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!