+ Reply to Thread
Results 1 to 5 of 5

Calculating Appreciation for a property from purchase date to pres

  1. #1
    Mar
    Guest

    Calculating Appreciation for a property from purchase date to pres

    Hi! I know there is probably a simple answer to this question, but I'm
    having a hard time finding it.

    I am trying to create a formula so that I can enter the following
    information: Purchase date, purchase price and average appreciation (%) to
    assess the current value based only on the appreciation. The appreciation
    increases the property's value at the end of each year, so I need the sheet
    to calculate the amount and compound it annually for the number of years the
    property is owned. I hope this makes sense. If anyone has direction for
    this, I'd greatly appreciate it.

    Thanks a million!


  2. #2
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    one way - let the computer do trial and error

    guessed interest rate in e10
    first date in b10, last date in c10
    first value in b11

    =-FV(E10,(C10-B10)/365,0,B11)

    and use tolls, goal seek varying e10 to get the final value you want
    not a professional, just trying to assist.....

  3. #3
    Ron Rosenfeld
    Guest

    Re: Calculating Appreciation for a property from purchase date to pres

    On Sun, 15 May 2005 16:31:02 -0700, Mar <[email protected]> wrote:

    >Hi! I know there is probably a simple answer to this question, but I'm
    >having a hard time finding it.
    >
    >I am trying to create a formula so that I can enter the following
    >information: Purchase date, purchase price and average appreciation (%) to
    >assess the current value based only on the appreciation. The appreciation
    >increases the property's value at the end of each year, so I need the sheet
    >to calculate the amount and compound it annually for the number of years the
    >property is owned. I hope this makes sense. If anyone has direction for
    >this, I'd greatly appreciate it.
    >
    >Thanks a million!


    You can look at the FV worksheet function:

    =FV(appreciation,NumYears,0,purchase_price)

    This will give a number with the sign opposite to that of the sign of
    purchase_price, so you may want to add a negative sign someplace.

    The basic formula is:

    =purchase_price*(1+appreciation)^NumYears

    Depending on exactly when you book the appreciation, you might compute NumYears
    as

    =DATEDIF(purchase_date,valuation_date,"y")




    --ron

  4. #4
    Mar
    Guest

    Re: Calculating Appreciation for a property from purchase date to

    Ron-

    THANK YOU VERY MUCH! This was so helpful! I really appreciate it.

    Martha

    "Ron Rosenfeld" wrote:

    > On Sun, 15 May 2005 16:31:02 -0700, Mar <[email protected]> wrote:
    >
    > >Hi! I know there is probably a simple answer to this question, but I'm
    > >having a hard time finding it.
    > >
    > >I am trying to create a formula so that I can enter the following
    > >information: Purchase date, purchase price and average appreciation (%) to
    > >assess the current value based only on the appreciation. The appreciation
    > >increases the property's value at the end of each year, so I need the sheet
    > >to calculate the amount and compound it annually for the number of years the
    > >property is owned. I hope this makes sense. If anyone has direction for
    > >this, I'd greatly appreciate it.
    > >
    > >Thanks a million!

    >
    > You can look at the FV worksheet function:
    >
    > =FV(appreciation,NumYears,0,purchase_price)
    >
    > This will give a number with the sign opposite to that of the sign of
    > purchase_price, so you may want to add a negative sign someplace.
    >
    > The basic formula is:
    >
    > =purchase_price*(1+appreciation)^NumYears
    >
    > Depending on exactly when you book the appreciation, you might compute NumYears
    > as
    >
    > =DATEDIF(purchase_date,valuation_date,"y")
    >
    >
    >
    >
    > --ron
    >


  5. #5
    Ron Rosenfeld
    Guest

    Re: Calculating Appreciation for a property from purchase date to

    On Tue, 17 May 2005 10:44:20 -0700, Mar <[email protected]> wrote:

    >Ron-
    >
    >THANK YOU VERY MUCH! This was so helpful! I really appreciate it.
    >
    >Martha


    Glad it worked. Thank you for the feedback.

    --ron

+ 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