Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Financial functions

I have the following data. I do an investment (give a loan) of 1.000.000
Euro. The rate I want is 10%. The period is 5 years. What functions should I
use to calculate the sum the customer should pay me after 5 years. And if the
customer should pay me in advance what would the sum be then.

I have tried myself but I am not sure what to do. I can use the ordinary
functions if payment is regular (per month, year etc) but if the payment is
in the beginning or at the end of a 5 year period I do not know how to solve
the problem.

Steffen
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 524
Default Financial functions

Sun, 9 Dec 2007 02:07:01 -0800 from Steffen
:
I have the following data. I do an investment (give a loan) of 1.000.000
Euro. The rate I want is 10%. The period is 5 years. What functions should I
use to calculate the sum the customer should pay me after 5 years. And if the
customer should pay me in advance what would the sum be then.


This depends on the method of accruing or calculating interest. It
should be stated in the loan documents, but if it's not there then
national law probably specified.

For example, interest might be accrued annually on the first day or
the year. In that case, the amount due is the same on the first
through 365th day of each year. Or it might be accrued on the first
or last day of each month, Or it might be accrued and compounded
daily, or accrued daily but compounded monthly, or ...

Since a million euro are involved, you need to check the loan
documents and applicable law carefully.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
"If there's one thing I know, it's men. I ought to: it's
been my life work." -- Marie Dressler, in /Dinner at Eight/
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 623
Default Financial functions

The future value of your loan is:

=fv(10%,5,0,1000000)
=1,610,510 Euro

If the customer pays you in advance, for example, after 3 years, just put the
period into the formula, as in:

=fv(10%,3,0,1000000)
=1,331,000

FV will also accept non-integer periods, so if he pays you back after 3 years
and 8 months, use a period of 3.75 years.

--
Regards,
Fred


"Steffen" wrote in message
...
I have the following data. I do an investment (give a loan) of 1.000.000
Euro. The rate I want is 10%. The period is 5 years. What functions should I
use to calculate the sum the customer should pay me after 5 years. And if the
customer should pay me in advance what would the sum be then.

I have tried myself but I am not sure what to do. I can use the ordinary
functions if payment is regular (per month, year etc) but if the payment is
in the beginning or at the end of a 5 year period I do not know how to solve
the problem.

Steffen



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Financial functions

Hi Fred!

Thank you. It was unclear for me but as I understand your answer I can use
zero in payment and 5 which will represent yearperiod.

Best regards

Steffen

"Fred Smith" skrev:

The future value of your loan is:

=fv(10%,5,0,1000000)
=1,610,510 Euro

If the customer pays you in advance, for example, after 3 years, just put the
period into the formula, as in:

=fv(10%,3,0,1000000)
=1,331,000

FV will also accept non-integer periods, so if he pays you back after 3 years
and 8 months, use a period of 3.75 years.

--
Regards,
Fred


"Steffen" wrote in message
...
I have the following data. I do an investment (give a loan) of 1.000.000
Euro. The rate I want is 10%. The period is 5 years. What functions should I
use to calculate the sum the customer should pay me after 5 years. And if the
customer should pay me in advance what would the sum be then.

I have tried myself but I am not sure what to do. I can use the ordinary
functions if payment is regular (per month, year etc) but if the payment is
in the beginning or at the end of a 5 year period I do not know how to solve
the problem.

Steffen




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 623
Default Financial functions

As you stated in your post, there are no payments until the end, so the PMT
amount is zero. And again, as you said, the term is 5 years, so NPER is 5.

--
Regards,
Fred


"Steffen" wrote in message
...
Hi Fred!

Thank you. It was unclear for me but as I understand your answer I can use
zero in payment and 5 which will represent yearperiod.

Best regards

Steffen

"Fred Smith" skrev:

The future value of your loan is:

=fv(10%,5,0,1000000)
=1,610,510 Euro

If the customer pays you in advance, for example, after 3 years, just put the
period into the formula, as in:

=fv(10%,3,0,1000000)
=1,331,000

FV will also accept non-integer periods, so if he pays you back after 3 years
and 8 months, use a period of 3.75 years.

--
Regards,
Fred


"Steffen" wrote in message
...
I have the following data. I do an investment (give a loan) of 1.000.000
Euro. The rate I want is 10%. The period is 5 years. What functions should
I
use to calculate the sum the customer should pay me after 5 years. And if
the
customer should pay me in advance what would the sum be then.

I have tried myself but I am not sure what to do. I can use the ordinary
functions if payment is regular (per month, year etc) but if the payment is
in the beginning or at the end of a 5 year period I do not know how to
solve
the problem.

Steffen






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
Financial functions in excel Abhi Excel Worksheet Functions 1 July 19th 07 06:02 AM
financial functions - HELP!!! Birks Excel Worksheet Functions 2 April 19th 07 02:06 PM
Financial functions Darrell[_2_] Excel Worksheet Functions 11 March 19th 07 04:27 PM
financial functions dll Rea Excel Worksheet Functions 0 February 5th 06 01:40 PM
Financial Functions Hague2 Excel Worksheet Functions 6 November 18th 05 12:53 AM


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

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

About Us

"It's about Microsoft Excel"