Countifs & NOT formula help
Ok so I want to count if the following criterias are met:
BDM Column {cdatBDM}= BDM@row (BDM2)
Date Column {DateCDAT}<= Todate@row (To1)
However, I do not want it to count Category Column {Category} if it says "Portfolio"
I tried the following to no success: -
=COUNTIFS({Category}, NOT({Category} = "Portfolio"), {cdatBDM}, BDM2, {DateCDAT}, <=To1, {DateCDAT}, >=From1)
=COUNTIFS(NOT({Category} = "Portfolio"), {cdatBDM}, BDM2, {DateCDAT}, <=To1, {DateCDAT},>=From1))
Also tried the below, this only counts cells if category column is blank: -
=COUNTIFS({Category}, <>"Portfolio", {cdatBDM}, BDM2, {DateCDAT}, <=To1, {DateCDAT},>=From1))
Thanks 😘
Best Answer
-
Problem solved: - 😀
=COUNTIFS({cdatBDM}, BDM2, {Category}, NOT(HAS(@cell, "Portfolio")), {DateCDAT}, <To1, {DateCDAT}, >From1)
Answers
-
@Paul Newcome Can you assist at all please lovely :)
-
Problem solved: - 😀
=COUNTIFS({cdatBDM}, BDM2, {Category}, NOT(HAS(@cell, "Portfolio")), {DateCDAT}, <To1, {DateCDAT}, >From1)
-
Glad you got it sorted!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!