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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!