Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default puttin in a formula with a(-) sign rather than an (=)

i am trying to put in this equation into my formula box:
-pmt(rate/12,12*years,loan_amt
and it says that it is susposed to be a minus sign (-) instead of an equal
sign (=)
when i push enter it just adds the equal sign(=) right in there so then it
doesnt do what i want it to do

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default puttin in a formula with a(-) sign rather than an (=)

Serina

All formulas(equations) must be prefaced with the = sign.

Where does "it" say that "it" is supposed to be a minus sign?


Gord Dibben MS Excel MVP

On Fri, 25 May 2007 14:22:00 -0700, Serina
wrote:

i am trying to put in this equation into my formula box:
-pmt(rate/12,12*years,loan_amt
and it says that it is susposed to be a minus sign (-) instead of an equal
sign (=)
when i push enter it just adds the equal sign(=) right in there so then it
doesnt do what i want it to do


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,059
Default puttin in a formula with a(-) sign rather than an (=)

On May 25, 2:22 pm, Serina wrote:
i am trying to put in this equation into my formula box:
-pmt(rate/12,12*years,loan_amt
and it says that it is susposed to be a minus sign (-) instead of an
equal sign (=) when i push enter it just adds the equal sign(=) right
in there so then it doesnt do what i want it to do


What does it do differently than you intend?

I suggest that you provide a concrete example -- real numbers, not
conceptuals value like "years" and "loanAmt" -- together with your
intended result and the actual result.

To my knowledge, Excel formulas must always begin with "=". (Although
there might be some Lotus compatibility feature that allows for
another starting character. I don't recall off-hand.)

The "-" is simply part of the formula. In this case, it negates the
result of the PMT() function.

So you might enter the following:

=-pmt(rate/12, 12*years, loanAmt)

And that is exactly what Excel does for you automagically if you
simply entere "-pmt(...)". No harm; no foul.

Alternatively, you might enter the following (my preference):

=pmt(rate/12, 12*years, -loanAmt)

Note that the loanAmt is negated so that the financial function always
returns a non-negative result. This can get tricky and confusing in
functions such as FV(), where both a payment and a "present value"
amount must be entered. You need to be sure that the relative signs
are correct, depending on the problem statement.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,059
Default puttin in a formula with a(-) sign rather than an (=)

On May 25, 2:22 pm, Serina wrote:
i am trying to put in this equation into my formula box:
-pmt(rate/12,12*years,loan_amt
and it says that it is susposed to be a minus sign (-) instead of an
equal sign (=) when i push enter it just adds the equal sign(=) right
in there so then it doesnt do what i want it to do


To my knowledge, Excel formulas must always begin with "=". (Although
there might be some Lotus compatibility feature that allows for
another starting character. I don't recall off-hand.)

The "-" is simply part of the formula. In this case, it negates the
result of the PMT() function.

So you might enter the following:

=-pmt(rate/12, 12*years, loanAmt)

And that is exactly what Excel does for you automagically if you
simply entere "-pmt(...)". No harm; no foul.

Alternatively, you might enter the following (my preference):

=pmt(rate/12, 12*years, -loanAmt)

Note that the loanAmt is negated so that the financial function always
returns a non-negative result. This can get tricky and confusing in
functions such as FV(), where both a payment and a "present value"
amount must be entered. You need to be sure that the relative signs
are correct, depending on the problem statement.


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 can i change dollar sign to rupee sign in sales invoice vishal kohli Excel Discussion (Misc queries) 3 May 10th 07 02:06 PM
$ SIGN WITH FORMULA LostNFound Excel Discussion (Misc queries) 5 October 26th 06 02:19 PM
XL invoice replace the dollar sign with euro sign Pamela casares New Users to Excel 2 December 16th 05 08:21 PM
Need to use the + sign but not in a formula Denise Excel Discussion (Misc queries) 2 July 26th 05 03:18 PM
why does Equal sign not appear on the formula bar pvmonsour Excel Discussion (Misc queries) 1 January 24th 05 11:46 PM


All times are GMT +1. The time now is 05:54 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"