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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!