exel 2002 total accumulated payments

anon125

Active Member
Joined
Feb 14, 2008
Messages
392
i need to know what is the toal of monthly payments i have made
i have forgotten how to include a spreadsheet on this forum post!
thanks all
mortgage
today8-Nov-1943777
ist payment1-Aug-1943678
days99.00'=+B3-B4
months3'=TRUNC(+B5/30,0)
mort pymt1000
spent so far3000

<colgroup><col style="mso-width-source:userset;mso-width-alt:2560;width:68pt" width="90"> <col style="mso-width-source:userset;mso-width-alt:3072;width:81pt" width="108"> <col style="width:60pt" width="80" span="2"> </colgroup><tbody>
</tbody>

<colgroup><col style="mso-width-source:userset;mso-width-alt:2560;width:68pt" width="90"> <col style="mso-width-source:userset;mso-width-alt:3072;width:81pt" width="108"> <col style="width:60pt" width="80"> </colgroup><tbody>
</tbody>
 

Excel Facts

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

Excel 2010
AB
1
2Today08-Nov-2019
3First payment01-Aug-2019
4Payments3
5
6Amount$1,000
7Total$3,000
2b
Cell Formulas
RangeFormula
B2=TODAY()
B4=DATEDIF(B3,B2,"m")
B7=B4*B6
 
Upvote 0
=DATEDIF(B3,B2,"m") what will that do?
will i get whole months or e.g. 3.567 months?
thanks
what i got was...
#NUM!

<tbody>
</tbody>
 
Last edited:
Upvote 0
As the example shows, Datedif will provide a whole number such as 3.
Please review the formula =DATEDIF(B3,B2,"m") .
N.B. B3 is the earlier date and B2 is the later date.
 
Upvote 0
N.B. B3 is the earlier date and B2 is the later date.

AHA now it works!
thanks for your help Dave
 
Upvote 0

Forum statistics

Threads
1,213,529
Messages
6,114,155
Members
448,554
Latest member
Gleisner2

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