Creating A Maturity Spread

wblewis935

New Member
Joined
Apr 15, 2011
Messages
1
Hello!

I am trying to create a maturity spread for bonds. I have included the maturity dates for all of the bonds listed. The categories I need to break the balances down in are as follows:

Under 3 Months
3 months to 1 year
1 Year to 3 Years
3 Years to 5 Years
5 Years to 15 Years
Over 15 Years

I have tried multiple formulas, but I am just not finding the right one. Any help would be greatly appreciated!
Thank you!
 

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.
Date math can be tricky w/bonds so I'll keep this generic in terms of months.

A1 has 0, B1 has 3, A2 has =B1+0.001, B2 has 12, etc. to represent the ranges of months to maturity that you gave.

F1:F10 contains Months to Maturity--values between 0 and 180+
G1:G10 contains $ Balance.

C1 has formula =SUMIFS($G$1:$G$10, $F$1:$F$10, ">=" & A1, $F$1:$F$10, "<=" & B1). Copy down thru C6.
 
Upvote 0

Forum statistics

Threads
1,224,609
Messages
6,179,874
Members
452,949
Latest member
Dupuhini

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