Why is my formula #UNPARSEABLE
Hoping someone can help... I am trying to get a count of projects opened and closed based on week number and year. Range two below is the year column in another sheet (the column I'm starting with is 2022, but I will be expanding through 2026 once the formula works). Range 1 referenced below is the week number, as calculated on the 'created date' on my other sheet.
Thanks in advance!
=COUNTIFS({PMO - Task / Project Log Range 2}, =2022, [{PMO - Task / Project Log Range 1}, =[Week Number]@row])
Best Answer
-
Assuming the values in log range 2 are numbers (if not, then use "2022")
=COUNTIFS({PMO - Task / Project Log Range 2}, 2022, {PMO - Task / Project Log Range 1}, [Week Number]@row)
Answers
-
I should have noted that each individual piece of the formula works -- it is the combination of the two that is not working...
-
Assuming the values in log range 2 are numbers (if not, then use "2022")
=COUNTIFS({PMO - Task / Project Log Range 2}, 2022, {PMO - Task / Project Log Range 1}, [Week Number]@row)
-
thank you @Sameer Karkhanis ! that worked -- I didnt realize the nuances with the second criterion. thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!