+ Reply to Thread
Results 1 to 2 of 2

Applying Percent Decrease Across Set Periods

  1. #1
    Registered User
    Join Date
    03-29-2006
    Posts
    1

    Applying Percent Decrease Across Set Periods

    I have a spreadsheet indicating when an item was purchased and the cost of that item. These items could have been purchased anywhere from 1999 to today. I have used the DATEDIF function to find the number of years between that date and today's date.

    I now want to know how much the item is worth today if it had been depreciated by 10% every year.

    Any ideas, is this possible, why can't I think...?
    Last edited by Hunt&Peck; 03-29-2006 at 08:29 PM.

  2. #2
    Biff
    Guest

    Re: Applying Percent Decrease Across Set Periods

    Hi!

    = purchase_amount*(1-result_of_Datedif_formula/10)

    A1 = some date
    B1 = Datedif formula
    C1 = purchase amount

    =C1*(1-B1/10)

    Biff

    <Hunt&amp>; "Peck"
    <[email protected]> wrote in message
    news:[email protected]...
    >
    > I have a column which includes dates when items were purchased. I have
    > used the DATEDIF function to find the number of years between that date
    > and today's date. I now want to decrease the purchase amount 10% for
    > every year calculated via the DATEDIF function.
    >
    > Any ideas, is this possible, why can't I think...?
    >
    >
    > --
    > Hunt&amp;Peck
    > ------------------------------------------------------------------------
    > Hunt&amp;Peck's Profile:
    > http://www.excelforum.com/member.php...o&userid=32961
    > View this thread: http://www.excelforum.com/showthread...hreadid=527873
    >




+ Reply to 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