![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Feb 2002
Location: California
Posts: 10
|
Hi there, here is my question o' the day:
I have a file of "loans" for which the amount owed dimishes each month in an equal amount. So Each loan is divided by 12, and as time passes I want another column to sum the amount diminished to date(doesn't need to be date specific, just month). So if you open the file in april (any day in april) and the loan for $500 was made in February, the diminished amount would be 2 months worth of the monthly amount. Loan for $500 made in Feb, file opened in April, dimished to date would be $125. I am not really concerned with the month name or days as I am the count of months that have passed since loan was made, as loans will be given throught the year. All loans are for $500. Thanks for any help you can provide Heidi I searched the old Q&A but didn't find anything. if this has already been aswered for someone else, let me know |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Bogota, Colombia
Posts: 11,927
|
If your "starting" date is in A3, and your "current" date is in A4, you could try the following formula to "count" the number of months that have passed. You could then use this number to multiply it by your loans amount / 12.
=TEXT(A4,"m")-TEXT(A3,"m")+(TEXT(A4,"m") |
|
|
|
|
|
#3 |
|
New Member
Join Date: Feb 2002
Location: California
Posts: 10
|
Thank you so much
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|