Suggestions for calculating the total number of entries per month, YoY
I am looking for a way to chart the total number of entries on a sheet by month, year over year. (based on the 'submission date' field)
I have created a column with a formula to return the "month created". Can I expand this to include the year, and then total and summarize this data?
Answers
-
Within the cell that has month created you can use + to add the year created as well. This works like & in excel. You probably want a space between the two.
This is how it looks when used to join the text in two cells:
=[Column2]@row + " " + [Column3]@row
You would replace the cell references (shown in bold) with your formula.
=[Column2]@row + " " + [Column3]@row
So your formula would look like this:
= your_formula_for_month + " " + your_formula_for year
Alternatively, you could create a separate column to return "year created" and then set up your summary in another sheet to be one row per month and one column per year, which would enable you to do a year to year comparison.
-
Thanks, KPH. I've figured out the formula to return the month/year created. I now want to summarize all of this data and pull it into a report.
I could create new summary fields then pull these into a report, but creating a new summary field for every single month of every single year seems a bit inefficient, so wondering if there is a better way to do this.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!