Monthly counting of check boxes or items
I need to produce a monthly report on how often a type of work is booked on a support project. For the report I need to have a month on month summary. Is it possible count against a specific date range e.g. April. May etc? Regards Steve
Best Answer
-
Using the COUNTIFS, you would follow the pattern of range, criteria, range, criteria, etc.....
=COUNTIFS([Date Column]:[Date Column], AND(IFERROR(MONTH(@cell), 0) = ##, IFERROR(YEAR(@cell), 0) = ####), [Checkbox Column]:[Checkbox Column], 1)
Answers
-
Yes. It would look something along the lines of...
=COUNTIFS([Date Column]:[Date Column], AND(IFERROR(MONTH(@cell), 0) = ##, IFERROR(YEAR(@cell), 0) = ####))
-
Hi Paul, thanks for your reply. I can see how this works, thank you. How can I count the check boxes within a selected date range, do I combine the correct formula with a check box count? Regards Steve
-
Using the COUNTIFS, you would follow the pattern of range, criteria, range, criteria, etc.....
=COUNTIFS([Date Column]:[Date Column], AND(IFERROR(MONTH(@cell), 0) = ##, IFERROR(YEAR(@cell), 0) = ####), [Checkbox Column]:[Checkbox Column], 1)
-
Hi Paul, that works well, thank you, regards Steve
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!