Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do you calculate a negative percentage

Sorry if this is a dumb question...

All I am trying to do is calculate the difference between two numbers, as a
percentage. I tried what the "help" suggests of "=(D4-C4)/ABS(D4)" yet the
percentage is off by a few points (not just rounding errors) each time. I
have to be able to calculate either a negative or positive percentage.
Example
D4 = 1.08 and C4 = 1.57
OR it could be that
D4 = 1.55 and C4 = 1.44

Thanks in advance

Brian
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default How do you calculate a negative percentage

On Jul 27, 7:40 pm, bcurrie wrote:
Sorry if this is a dumb question...

All I am trying to do is calculate the difference between two numbers, as a
percentage. I tried what the "help" suggests of "=(D4-C4)/ABS(D4)" yet the
percentage is off by a few points (not just rounding errors) each time. I
have to be able to calculate either a negative or positive percentage.
Example
D4 = 1.08 and C4 = 1.57
OR it could be that
D4 = 1.55 and C4 = 1.44

Thanks in advance

Brian


Not sure if this is what you want

=(ABS(C4-D4))/C4

Bob

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,231
Default How do you calculate a negative percentage

"bcurrie" wrote...
. . . I tried what the "help" suggests of "=(D4-C4)/ABS(D4)" yet the
percentage is off by a few points (not just rounding errors) each time.

....
Example
D4 = 1.08 and C4 = 1.57
OR it could be that
D4 = 1.55 and C4 = 1.44

....

What result do you expect for each?

Usually when calculating relative differences, you divide by the number
you're subtracting, e.g., (D4-C4)/C4. If C4 and D4 were beginning and ending
values, respectively, (D4-C4)/C4 would be the percentage change from the
beginning value. You could simplify this to =D4/C4-1.

If you do mean you want relative difference with respect to the D4 value,
use =1-C4/D4.

As long as C4 and D4 aren't negative, the former can't be less than 0, but
it could be an arbitrarily large positive value. The latter can't be greater
than 1, but it could produce an arbitrarily large negative value.


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
Set negative numbers to zero. Do not calculate with negative valu Excel Headache Excel Discussion (Misc queries) 4 September 14th 06 08:56 PM
Formula w/negative no.s & Percentage Anshin Excel Worksheet Functions 2 April 14th 06 08:09 PM
Negative Percentage? MikeMc Excel Worksheet Functions 5 February 26th 06 12:18 PM
How to show negative percentage? brett Excel Worksheet Functions 3 January 9th 06 06:06 AM
negative percentage in parenthetical format Dana Excel Worksheet Functions 1 October 19th 05 11:09 PM


All times are GMT +1. The time now is 03:34 PM.

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"