Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Don Don is offline
external usenet poster
 
Posts: 6
Default Question on Payment function.

When using the payment function in Excel, I notice that the result of
my formula is always a negative number. I have seen two different ways
to crrect this:
One is to put a (-) in the Pv (Present Value) field, before clicking
on the cell that holds the present value.
The other is to put a (-) in front of the equation, like this: = -
PMT(A2/12,A3,A1).
They both give me the desired result. But I was wondering which one is
considered the "proper" way to do it? I am considering taking a MOS
test in Excel (down the road) and I can't find any "official" (ie
Microsoft) documentation that lays this out.

If anyone could give me a reference, or your best idea on how this
would be done, I would appreciate it.
Thanks for taking the time...
Don

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 299
Default Question on Payment function.

What kind of MOS are you taking? There are hardly any formulas in the
specialist MOS exam (I took one in 2004)
Btw, why would you convert it to a positive since PMT stands for payments
and from a cash flow it is negative
so if there was such a question the negative value would be correct?


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com



"Don" wrote in message
oups.com...
When using the payment function in Excel, I notice that the result of
my formula is always a negative number. I have seen two different ways
to crrect this:
One is to put a (-) in the Pv (Present Value) field, before clicking
on the cell that holds the present value.
The other is to put a (-) in front of the equation, like this: = -
PMT(A2/12,A3,A1).
They both give me the desired result. But I was wondering which one is
considered the "proper" way to do it? I am considering taking a MOS
test in Excel (down the road) and I can't find any "official" (ie
Microsoft) documentation that lays this out.

If anyone could give me a reference, or your best idea on how this
would be done, I would appreciate it.
Thanks for taking the time...
Don



  #3   Report Post  
Posted to microsoft.public.excel.newusers
Don Don is offline
external usenet poster
 
Posts: 6
Default Question on Payment function.

Peo,

I purchased some testing software from Transcender for this purpose.
One of the questions reads, "create a PMT function in cell D15.
Express the present value as a positive number."
That is why I was asking. I understanding what you are saying. But
when the formula normaly computes, it reads as ($1,253.47), which reads
(presents) as a negative number.

Thanks for the quick reply! I look forward to hearing from you again.

Thanks,
Don
Peo Sjoblom wrote:
What kind of MOS are you taking? There are hardly any formulas in the
specialist MOS exam (I took one in 2004)
Btw, why would you convert it to a positive since PMT stands for payments
and from a cash flow it is negative
so if there was such a question the negative value would be correct?


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com



"Don" wrote in message
oups.com...
When using the payment function in Excel, I notice that the result of
my formula is always a negative number. I have seen two different ways
to crrect this:
One is to put a (-) in the Pv (Present Value) field, before clicking
on the cell that holds the present value.
The other is to put a (-) in front of the equation, like this: = -
PMT(A2/12,A3,A1).
They both give me the desired result. But I was wondering which one is
considered the "proper" way to do it? I am considering taking a MOS
test in Excel (down the road) and I can't find any "official" (ie
Microsoft) documentation that lays this out.

If anyone could give me a reference, or your best idea on how this
would be done, I would appreciate it.
Thanks for taking the time...
Don


  #4   Report Post  
Posted to microsoft.public.excel.newusers
Don Don is offline
external usenet poster
 
Posts: 6
Default Question on Payment function.

Peo,
A quick edit for my last post. From an accounting standpoint you are
correct. But to put things in context, in this example there were
several formulas being applied to a budget. Housing ,entertainment,
transportation, food, insurance, etc were being totaled. Gross income,
minus these expenditures. From this result you were to subtract the
Yearly loan payments. Then write an If statement if the remainder was
greater than zero, it would say "Yes", less than zero you would say
"No".
Leaving the normal PMT result would give a negative number, and a "No"
result. This would be incorrect in this instance.
Sorry to be so long winded.
Thanks,
Don
Don wrote:
Peo,

I purchased some testing software from Transcender for this purpose.
One of the questions reads, "create a PMT function in cell D15.
Express the present value as a positive number."
That is why I was asking. I understanding what you are saying. But
when the formula normaly computes, it reads as ($1,253.47), which reads
(presents) as a negative number.

Thanks for the quick reply! I look forward to hearing from you again.

Thanks,
Don
Peo Sjoblom wrote:
What kind of MOS are you taking? There are hardly any formulas in the
specialist MOS exam (I took one in 2004)
Btw, why would you convert it to a positive since PMT stands for payments
and from a cash flow it is negative
so if there was such a question the negative value would be correct?


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com



"Don" wrote in message
oups.com...
When using the payment function in Excel, I notice that the result of
my formula is always a negative number. I have seen two different ways
to crrect this:
One is to put a (-) in the Pv (Present Value) field, before clicking
on the cell that holds the present value.
The other is to put a (-) in front of the equation, like this: = -
PMT(A2/12,A3,A1).
They both give me the desired result. But I was wondering which one is
considered the "proper" way to do it? I am considering taking a MOS
test in Excel (down the road) and I can't find any "official" (ie
Microsoft) documentation that lays this out.

If anyone could give me a reference, or your best idea on how this
would be done, I would appreciate it.
Thanks for taking the time...
Don


  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 299
Default Question on Payment function.

If they ask to express the present value as a positive number that is what
you do if you get a negative result from PMT, if you use a negative value
for the present value you would get a positive PMT value or do I
misunderstand you?
Regardless, if you want a positive result from the PMT function you can
change the PV to a negative value.


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com



"Don" wrote in message
oups.com...
Peo,

I purchased some testing software from Transcender for this purpose.
One of the questions reads, "create a PMT function in cell D15.
Express the present value as a positive number."
That is why I was asking. I understanding what you are saying. But
when the formula normaly computes, it reads as ($1,253.47), which reads
(presents) as a negative number.

Thanks for the quick reply! I look forward to hearing from you again.

Thanks,
Don
Peo Sjoblom wrote:
What kind of MOS are you taking? There are hardly any formulas in the
specialist MOS exam (I took one in 2004)
Btw, why would you convert it to a positive since PMT stands for payments
and from a cash flow it is negative
so if there was such a question the negative value would be correct?


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com



"Don" wrote in message
oups.com...
When using the payment function in Excel, I notice that the result of
my formula is always a negative number. I have seen two different ways
to crrect this:
One is to put a (-) in the Pv (Present Value) field, before clicking
on the cell that holds the present value.
The other is to put a (-) in front of the equation, like this: = -
PMT(A2/12,A3,A1).
They both give me the desired result. But I was wondering which one is
considered the "proper" way to do it? I am considering taking a MOS
test in Excel (down the road) and I can't find any "official" (ie
Microsoft) documentation that lays this out.

If anyone could give me a reference, or your best idea on how this
would be done, I would appreciate it.
Thanks for taking the time...
Don




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
NOW function question George Applegate Excel Worksheet Functions 6 May 20th 06 05:39 PM
numerical integration integreat Excel Discussion (Misc queries) 4 May 12th 06 02:40 AM
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM
Dynamic Function Reference Question excel newbie Excel Discussion (Misc queries) 1 April 20th 05 08:09 PM


All times are GMT +1. The time now is 01:23 AM.

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"