I have the Year and Month on a sheet. How can I have the summary look at both to count?
I would like to create a summary if the month is Sept AND the year is 2024 to count. I have found that I can use the and but keep getting an error message
This is the Formula I have in the Summary that is coming up #Unparseable
=COUNTIFS([Next Renewal Year]:[Next Renewal Year], "2024") AND(([Next Renewal Month]], "Sept")
Best Answer
-
Each rule gets its own range and criteria. Below is how you would do it in this case:
=COUNTIFS([Next Renewal Year]:[Next Renewal Year], "2024", [Next Renewal Month]:[Next Renewal Month], "Sept")
Answers
-
Each rule gets its own range and criteria. Below is how you would do it in this case:
=COUNTIFS([Next Renewal Year]:[Next Renewal Year], "2024", [Next Renewal Month]:[Next Renewal Month], "Sept")
-
Thank you. I figured it was something stupid that I was missing. That worked.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 480 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 72 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!