+ Reply to Thread
Results 1 to 3 of 3

How to use excel to calculate values regarding dates?

  1. #1
    Registered User
    Join Date
    11-25-2008
    Location
    Brazil
    Posts
    5

    How to use excel to calculate values regarding dates?

    I need to calculate thousands of values, and the way I need to this is the following:

    1) Each value is a debt that was contracted at a specified day, and this may differ from debt to debt
    2) The tax is 3% month for every debt
    3) I need to know how much these debts were worth at a specified time in the past.

    Example: One debt of 104563USD was contracted day 16 november 2008, and I need to know how much it was worth at day 9 july 2009. And the same with many others, but the date the debt took place changes from debt to debt.
    I'm doing it manually with HP12c, but it is taking toooo long =/
    Any help is appreciated!

  2. #2
    Registered User
    Join Date
    03-16-2009
    Location
    London, UK
    MS-Off Ver
    Excel 16.78 on Mac - Office 365.
    Posts
    80

    Re: How to use excel to calculate values regarding dates?

    Not sure what you want to do here - perhaps an example spreadsheet would clarify.
    In it simplest form you'd have something like

    A1 B1 C1
    $100 10-Feb-09 15-Mar-09

    then the debt would be A1+((C1-B1)*A1*36/365). You can change C1 at any time to get the debt at that time?

    PS: Rather than applying 3% per month regardless whether the month has 28 or 31 days - it might be an idea to apply 36% per year
    Last edited by deemo; 07-14-2009 at 11:55 AM.

  3. #3
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444

    Re: How to use excel to calculate values regarding dates?

    Hi,

    Try this:

    =original_value*(1+0.03)^DATEDIF(original_date,current_date,"m")
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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