Sheet Summary Formula for a Sum of costs for a specific date range
Hello,
I would like to reach out to the community for help to create a formula to sum rows based on a date range. I think a sheet summary field is the way to accomplish this but I am having trouble and need assistance.
Goal:
Create Sheet summary fields: example: [March 2023]#
Add the values in [New Projected Monthly Cost] only if the [Confirmed Install Date] is between a date range such as, March 1 to March 30
Thank you, in advance, for your help!
--Lisa M.
Best Answer
-
Hello @Lisa Matthews
I was able to make this work using a helper column. Not sure if that is an option or not for you.
The Month column has the following formula:
=IFERROR(MONTH([Confirmed Install Date]@row), "")
The Sheet Summary formula (change the # for the month in each):
=SUMIF(Month:Month, =3, [New Projected Monthly Cost]:[New Projected Monthly Cost])
Hope this helps!
Peggy
Answers
-
Hello @Lisa Matthews
I was able to make this work using a helper column. Not sure if that is an option or not for you.
The Month column has the following formula:
=IFERROR(MONTH([Confirmed Install Date]@row), "")
The Sheet Summary formula (change the # for the month in each):
=SUMIF(Month:Month, =3, [New Projected Monthly Cost]:[New Projected Monthly Cost])
Hope this helps!
Peggy
-
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!