Formula for projects completed by month

Im looking for a total # of projects that are completed by Month and year
Best Answer
-
Hey @TPALJA
What about creating a Report? Then you can Filter by if the Projects say "Complete", then Group by the Year column, add a second-level Grouping for the Month column, and use Summarize to COUNT how many rows are in each Group.
Here's a free webinar that goes through these functions: Redesigned Reports with Grouping and Summary Functions
Cheers,
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
Answers
-
How do you have your sheet set up to track the data currently? Depending on how you have things, you might end up needing to have some helper columns to do what you want to do.
Jonathan Sanders, CSM
"Change is always scary because it is unknown, but facing the unknown is what makes us stronger."
-
I have date columns as 5/31/23 columns as well as month/year columns 5 2023
-
Hey @TPALJA
What about creating a Report? Then you can Filter by if the Projects say "Complete", then Group by the Year column, add a second-level Grouping for the Month column, and use Summarize to COUNT how many rows are in each Group.
Here's a free webinar that goes through these functions: Redesigned Reports with Grouping and Summary Functions
Cheers,
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
-
thanks for the tip on reporting. I cant seem to get it to appear correctly on the dashboard.
I had created a formula for total # of jobs per month and a formula for those that are completed in separate reports. I was hoping to combined the two formulas, I tried to combine the two formulas but its not quite working for me.
=COUNTIF({Lead Follow Up Range 2 Assigned to}, IFERROR(MONTH(@cell), 0) = 1)
=COUNTIF({Job Status}, "Completed")
-
Hi @TPALJA
To combine two COUNTIF statements, you'll want to use COUNTIFS, plural.
Try this:
=COUNTIFS({Lead Follow Up Range 2 Assigned to}, IFERROR(MONTH(@cell), 0) = 1, {Job Status}, "Completed")
Cheers,
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.5K Get Help
- 468 Global Discussions
- 156 Industry Talk
- 511 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!