Using COUNTIF with IF(AND
Hi! I'm fairly new to formulas and not sure where I'm going wrong here, any help or insight would be greatly appreciated :-) - thank you!
I'm trying to say, in a Metrics sheet, "please count this status if it is "Not Started", checked as active (it's a checkbox column), and says "Near-Term" in the drop-down field in that column.
It says #unparseable so I know it's something simple...but not simple enough for me to figure out lol...
=COUNTIF({Sample Project Tracker STATUS COLUMN}="Not Started"), IF(AND({Sample Project Tracker ACTIVE}="Check")), IF(AND({Sample Project Tracker GROWTH PLAN} = "Near-Term")))
Answers
-
If I remember correctly you can't use an IF function inside of a COUNTIF function because the countif are automatically doing an if for the next criteria. Also I'm not sure what you are counting as your formula doesn't provide the range to count only the criteria you are looking for.
I would use the below
=COUNTIF([range you are wanting to count],AND({Sample Project Tracker STATUS COLUMN}="Not Started"),{Sample Project Tracker ACTIVE}="1",{Sample Project Tracker GROWTH PLAN} = "Near-Term"))
-
Thank you, so much, Hollie! I'll try that!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!