Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default functions do not calculate correctly

I have used the financial functions lots in the past. Suddenly the simplest
of functions are not returning the correct answer. Even if I use the examples
found in the "help with this function" the answers are different than on the
Help page!

Is this something I am doing have done or can these functions get
contaminated? I am at my end of what I think is going wrong. I have tried to
"detect and repair" and "reinstall" Excel but this does not work either.

Any ideas????
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default functions do not calculate correctly

Give us an example of the formula you are using, the results you get, and
the results you expect.

In addition, is recalculation set to automatic?

Regards,
Fred.

"petew812" wrote in message
...
I have used the financial functions lots in the past. Suddenly the simplest
of functions are not returning the correct answer. Even if I use the
examples
found in the "help with this function" the answers are different than on
the
Help page!

Is this something I am doing have done or can these functions get
contaminated? I am at my end of what I think is going wrong. I have tried
to
"detect and repair" and "reinstall" Excel but this does not work either.

Any ideas????


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default functions do not calculate correctly

The PMT function:
The Help example parameters are 8% interest, 10 months, w/ $10,000 gives
the answer $1037.03. When I insert the same parameters the answer comes out
$6707.22.

Yes, the calculation is set to automatic.

Thanks


"Fred Smith" wrote:

Give us an example of the formula you are using, the results you get, and
the results you expect.

In addition, is recalculation set to automatic?

Regards,
Fred.

"petew812" wrote in message
...
I have used the financial functions lots in the past. Suddenly the simplest
of functions are not returning the correct answer. Even if I use the
examples
found in the "help with this function" the answers are different than on
the
Help page!

Is this something I am doing have done or can these functions get
contaminated? I am at my end of what I think is going wrong. I have tried
to
"detect and repair" and "reinstall" Excel but this does not work either.

Any ideas????



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 947
Default functions do not calculate correctly

When I insert the same parameters the answer ... $6707.22.

Hi. You are using a rate of 8/12. It should be 8%/12.

=PMT(8%/12, 10, 10000)

--
HTH :)
Dana DeLouis


"petew812" wrote in message ...

The PMT function:
The Help example parameters are 8% interest, 10 months, w/ $10,000 gives
the answer $1037.03. When I insert the same parameters the answer comes out
$6707.22.

Yes, the calculation is set to automatic.

Thanks


"Fred Smith" wrote:


Give us an example of the formula you are using, the results you get, and
the results you expect.

In addition, is recalculation set to automatic?

Regards,
Fred.

"petew812" wrote in message
...

I have used the financial functions lots in the past. Suddenly the simplest
of functions are not returning the correct answer. Even if I use the
examples
found in the "help with this function" the answers are different than on
the
Help page!

Is this something I am doing have done or can these functions get
contaminated? I am at my end of what I think is going wrong. I have tried
to
"detect and repair" and "reinstall" Excel but this does not work either.

Any ideas????


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default functions do not calculate correctly

In the future, Pete, you will get much faster service if you show your
formula in your first post. Even with your response, it's only by trial and
error that it can be determined that you used an interest rate of 8/12
rather than 8%/12, whereas this would have been obvious had you shown the
formula.

Regards,
Fred.

"Dana DeLouis" wrote in message
...
When I insert the same parameters the answer ... $6707.22.


Hi. You are using a rate of 8/12. It should be 8%/12.

=PMT(8%/12, 10, 10000)

--
HTH :)
Dana DeLouis


"petew812" wrote in message
...
The PMT function:
The Help example parameters are 8% interest, 10 months, w/ $10,000
gives
the answer $1037.03. When I insert the same parameters the answer comes
out
$6707.22.

Yes, the calculation is set to automatic.

Thanks


"Fred Smith" wrote:

Give us an example of the formula you are using, the results you get,
and
the results you expect.

In addition, is recalculation set to automatic?

Regards,
Fred.

"petew812" wrote in message
...
I have used the financial functions lots in the past. Suddenly the
simplest
of functions are not returning the correct answer. Even if I use the
examples
found in the "help with this function" the answers are different than
on
the
Help page!

Is this something I am doing have done or can these functions get
contaminated? I am at my end of what I think is going wrong. I have
tried
to
"detect and repair" and "reinstall" Excel but this does not work
either.

Any ideas????





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default functions do not calculate correctly

On Aug 8, 8:31 am, "Dana DeLouis" wrote:
When I insert the same parameters the answer ... $6707.22.


Hi. You are using a rate of 8/12. It should be 8%/12.

=PMT(8%/12, 10, 10000)

Which suggests to me that the cell containing the interest rate is not
formatted properly to %. So when you enter 8, Excel sees it as "8",
rather than ".08".

I'm assuming you have references to other cells in your formulas.

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default functions do not calculate correctly

Thank you all for your help

"Spiky" wrote:

On Aug 8, 8:31 am, "Dana DeLouis" wrote:
When I insert the same parameters the answer ... $6707.22.


Hi. You are using a rate of 8/12. It should be 8%/12.

=PMT(8%/12, 10, 10000)

Which suggests to me that the cell containing the interest rate is not
formatted properly to %. So when you enter 8, Excel sees it as "8",
rather than ".08".

I'm assuming you have references to other cells in your formulas.


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
How come Excel can't calculate any =SIN(x) or =COS(y) correctly? Shinygaia Excel Discussion (Misc queries) 6 February 14th 06 09:03 PM
My control toolbox functions are not working correctly. NUMBnut Excel Discussion (Misc queries) 0 January 10th 06 03:36 PM
excel does not calculate sums correctly langholme Excel Discussion (Misc queries) 2 October 4th 05 10:26 PM
Excel won't calculate my formulas correctly. Shelfish Excel Worksheet Functions 2 March 18th 05 05:29 PM
Formula doesn't calculate correctly OhMarty Excel Worksheet Functions 2 November 24th 04 01:15 AM


All times are GMT +1. The time now is 10:14 AM.

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"