IF Date Monthly Cashflow

ryancurran22

New Member
Joined
Feb 25, 2014
Messages
3
I have a cash-flow which I need to calculate how much interest is paid each month to the day. The interest is built up over the first 6 month then the total accumulated is paid on the 7th Month then the interest is paid on a monthly basis thereafter. I am currently doing this by using an IF formula below -

=IF(MONTH(Cashflow Month)<(MONTH(Startdate+6),0,IF(MONTH(Cashflow Month)=(MONTH(Startdate)+6),Total interest so far,IF(Total interest so far <previous months total interest so far, This months interest,0)))

Cashlow Month is the month of which that cpum of cash-flow relates to
Startdate is the date the loan was borrowed from

This is how it is actually displayed


=IF(MONTH(V111)<(MONTH($J$6)+$L$2),0,IF(MONTH(V111)=(MONTH($J$6)+$L$2),V131,IF(V131<U131,(V127+V129),0)))

The formula works when it is within 1 calendar year however once it goes over to 2015 it doesn't pick up the dates correctly.

Can you help!?!?!?!
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college

Forum statistics

Threads
1,214,397
Messages
6,119,273
Members
448,883
Latest member
fyfe54

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