#1   Report Post  
electrical
 
Posts: n/a
Default percentage

formula for percentage is minus sign. Why?
  #2   Report Post  
Gary''s Student
 
Posts: n/a
Default percentage

The minus sign can be reversed by reversing the numerator. If your formula
looks like =(a-b)/b then try =(b-a)/b
--
Gary's Student


"electrical" wrote:

formula for percentage is minus sign. Why?

  #3   Report Post  
 
Posts: n/a
Default percentage

Gary''s Student wrote:
"electrical" wrote:
formula for percentage is minus sign. Why?


The minus sign can be reversed by reversing the numerator.
If your formula looks like =(a-b)/b then try =(b-a)/b


I disagree. It is important to keep the sign right, and it is
important to keep the direction of subtraction consistent
with the percentage difference that you want.

If you want to know the percentage difference of "A over B",
you should do (A-B)/B. The choice usually favors a positive
percentage when A is greater than B. If A is smaller than B,
that will be correctly reflected by a negative percentage, read:
"A is less than B by x%".

If you reverse the sign arbitrarily, you will not know if x%
reflects an increase or a decrease. Or worse: you might
misinterpret a percentage increase as a decrease because
it now will have a negative sign(!).

If you want to know the percentage difference of "B over A",
you should do (B-A)/A. Again, the choice usually favors a
positive percentage when B is greater than A.

By the way, if you do want to reverse the sign :-(, I would
prefer to write -(A-B)/B for A over B. The result is the same
as (B-A)/B, of course. But by keeping the orginal form, viz.
(A-B)/B, the intention is more self-documenting. This is
important for debugging, esp. by another person. If I saw
(B-A)/B, I might wonder if you mistyped the denominator,
intending A instead of B (i.e, "B over A").

But more likely, you would want an always positive
percentage :-(. In that case, I would do ABS((A-B)/B) for
A over B.

Again, I do not recommend that unless it makes sense
for the application.

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
Percentage difference calc that knows the largest figure Mighty Magpie Excel Discussion (Misc queries) 3 November 10th 05 06:45 PM
Percentage Calculation clandis Excel Worksheet Functions 5 July 21st 05 07:38 PM
Formatting percentage signs in Excel Romany Excel Discussion (Misc queries) 3 June 1st 05 07:02 PM
Percentage of overall attendance tannersnonni Excel Discussion (Misc queries) 6 May 13th 05 03:26 PM
percentage of production against quotation Nigel Excel Discussion (Misc queries) 3 April 22nd 05 02:34 PM


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