Cumulative data based on expiration date fill cell

charcoop14

New Member
Joined
Jul 28, 2014
Messages
17
I have a spreadsheet that need to track the total sq ft active for each month/year until expiration based, when the contract expires I need it to fall off in the cell

PropertySqftExpiration Date
A21,000
12/31/2021​
B522
1/15/2023​
C65,555
2/1/2023​
D22,033
6/30/2022​
E150,000
6/30/2022​
F232,500
6/30/2022​
Need Formula to fill in months in colums
PropertyDec-21Jan-22Feb-22Mar-22Apr-22May-22Jun-22Jul-22Aug-22Sep-22Oct-22Nov-22Dec-22Jan-23Feb-23
A21,000
B522522522522522522522522522522522522522522
C65,55565,55565,55565,55565,55565,55565,55565,55565,55565,55565,55565,55565,55565,55565,555
D22,03322,03322,03322,03322,03322,03322,033
E150,000150,000150,000150,000150,000150,000150,000
F232,500232,500232,500232,500232,500232,500232,500
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Hi Charcoop14,

As long as the Property Id's are unique then SUMIFS will do it.
P.S. I note even one day of a month attracts the full value. i.e. it is not pro-rated for days in a month.

Cell Formulas
RangeFormula
C10:P10C10=EOMONTH(B10,0)+1
B11:P16B11=SUMIFS($B$2:$B$7,$A$2:$A$7,$A11,$C$2:$C$7,">="&B$10)
 
Upvote 0

Forum statistics

Threads
1,215,491
Messages
6,125,111
Members
449,205
Latest member
ralemanygarcia

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top