+ Reply to Thread
Results 1 to 5 of 5

How to calculate "Age of Asset" & "Monthly Repayment"‏

  1. #1
    Registered User
    Join Date
    09-08-2013
    Location
    Singapore
    MS-Off Ver
    Excel 2007
    Posts
    14

    How to calculate "Age of Asset" & "Monthly Repayment"‏

    Hi,

    I have a query, how to calculate the Age of Asset & Monthly Repayment (column highlighted in yellow) based on the data given in the attached excel spreadsheet. My email: [email protected]

    Thanks
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    07-09-2012
    Location
    India
    MS-Off Ver
    Excel 97/2003/2007/2010
    Posts
    67

    Re: How to calculate "Age of Asset" & "Monthly Repayment"‏

    hi yjohari,

    type in e11 =TODAY()-C11 and drag it down

    you will get the date diffferent from the purchase....

    can you please let me know what you want for monthly repayment

  3. #3
    Registered User
    Join Date
    07-09-2012
    Location
    India
    MS-Off Ver
    Excel 97/2003/2007/2010
    Posts
    67

    Re: How to calculate "Age of Asset" & "Monthly Repayment"‏

    hi yjohari,

    if you want the age in years please type in e11 =DATEDIF(C11,TODAY(),"y") and drag it down

    if you want totall months =DATEDIF(C11,TODAY(),"m")

    if you want age in year and month and date, please paste below formula in e11 and drag it down...

    ="Age is "&DATEDIF(C11,TODAY(),"y")&" Years, "&DATEDIF(C11,TODAY(),"ym")&" Months and "&DATEDIF(C11,TODAY(),"md")&" Days"

  4. #4
    Registered User
    Join Date
    09-08-2013
    Location
    Singapore
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: How to calculate "Age of Asset" & "Monthly Repayment"‏

    Monthly repayment for each asset type.

  5. #5
    Registered User
    Join Date
    09-08-2013
    Location
    Singapore
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: How to calculate "Age of Asset" & "Monthly Repayment"‏

    How to calculate the monthly repayment for each asset type ?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] How to USE """"" cells count """"" change font color
    By austin123456 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-09-2013, 06:14 AM
  2. [SOLVED] Need Macro to compile data from "Weekly" sheets and sum up into "Monthly" summary sheet
    By mo4391 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-21-2013, 07:25 PM
  3. Replies: 5
    Last Post: 10-12-2010, 06:46 AM
  4. Replies: 5
    Last Post: 06-26-2006, 09:23 PM
  5. Replies: 7
    Last Post: 05-13-2006, 05:02 PM

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