Closed Thread
Results 1 to 2 of 2

Calculating rents and months past in 1 cell???

  1. #1
    Ricardo Barroso
    Guest

    Calculating rents and months past in 1 cell???

    Hi,

    I´m making a Worksheet to calculate the Residual Value of car at the time
    the worksheet is open.
    So i have colums with the "inicial date of the contract", "Final date of the
    contract", "the monthly rent", and the "car value when purchased".
    With this colums i need to calculate the value of the car at today date.

    This columm as to do this:

    "Value of the car when Purchased" - (MINUS) "rents payed since the begining
    of the contract until todays date".

    How can i make excel calculate this.

    Sincerely


  2. #2
    Forum Contributor
    Join Date
    06-01-2006
    Posts
    324
    To find out the number of months, you would use this formula...

    =(YEAR(NOW())-YEAR(A1))*12+MONTH(NOW())-MONTH(A1)

    What you need to do is put ="Value of the car when purchased"-("the monthly rent"*(YEAR(NOW())-YEAR(A1))*12+MONTH(NOW())-MONTH(A1)

    Make sure you format the cell as general
    Google is your best friend!

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1