CountIF formula Help
Hi everyone and anyone!
I have this formula below but I need to add progress stage to it. What I thought would work is coming back with unparsable. Can anyone lend a hand?
=COUNTIFS({HR Go Live or Event Date}, >=TODAY(0), {HR Go Live or Event Date}, <=TODAY(90))
Formula I need to work
=COUNTIFS({HR Go Live or Event Date}, >=TODAY(0), {HR Go Live or Event Date}, <=TODAY(90),({HR Projects - Project Stage IP} "In Progress", "Waiting to start")
I'm sure it is a simple fix, I'm just not seeing it. Thanks for any help!
Answers
-
It appears you have an extra parenthesis, a missing comma, and an extra condition in your statement.
Try this instead:
=COUNTIFS({HR Go Live or Event Date}, >=TODAY(0), {HR Go Live or Event Date}, <=TODAY(90), {HR Projects - Project Stage IP}, "In Progress")
If you need to count where it's either In Progress or "Waiting to start" then add two statement together:
=COUNTIFS({HR Go Live or Event Date}, >=TODAY(0), {HR Go Live or Event Date}, <=TODAY(90), {HR Projects - Project Stage IP}, "In Progress") + =COUNTIFS({HR Go Live or Event Date}, >=TODAY(0), {HR Go Live or Event Date}, <=TODAY(90), {HR Projects - Project Stage IP}, "Waiting to Start")
I hope that helps.
Ramzi
Ramzi Khuri - Principal Consultant @ Cedar Tree Consulting (www.cedartreeconsulting.com)
Feel free to email me: ramzi@cedartreeconsulting.com
💡 If this post helped you out, please help the Community by marking it as the accepted answer/helpful.
-
I can't get the OR statement to function for the second part of the formula. I get back unparsable.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 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!