Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
MaR MaR is offline
external usenet poster
 
Posts: 17
Default 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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,651
Default Calculating Appreciation for a property from purchase date to pres

On Sun, 15 May 2005 16:31:02 -0700, Mar 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
  #3   Report Post  
Posted to microsoft.public.excel.programming
MaR MaR is offline
external usenet poster
 
Posts: 17
Default 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 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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,651
Default Calculating Appreciation for a property from purchase date to

On Tue, 17 May 2005 10:44:20 -0700, Mar 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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Countif function to show how often numbers within a range are pres joemc911 Excel Worksheet Functions 3 March 30th 10 07:27 PM
"Appreciation is a wonderful thing... Trixie Excel Discussion (Misc queries) 2 July 23rd 09 05:37 AM
Excel 2003 inserts quotes when saving SS as text and comma is pres mklapp Excel Discussion (Misc queries) 1 June 4th 08 10:01 PM
A note of appreciation jackel New Users to Excel 4 January 7th 07 07:44 PM
Is there a Function for Appreciation jermsalerms Excel Worksheet Functions 2 January 11th 06 07:00 PM


All times are GMT +1. The time now is 02:02 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"