Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
jennieoh
 
Posts: n/a
Default Negative numbers in easy formula getting me down...

I'm using a formula to calculate the % increase or decrease of some numbers.
My formula is =(H33-N33)/N33. However, I have a negative number N33 so the %
should be a positive because there was an increase but it's coming out a
negative. Why isn't this calculating N33 as a negative number?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Kevin B
 
Posts: n/a
Default Negative numbers in easy formula getting me down...

You can multiply your result by a -1 to insure that it's positive.

=((H33-N33)/N33)*-1

or

=IF((H33-N33)/N33<0,((H33-N33)/N33)*-1,=(H33-N33)/N33)
--
Kevin Backmann


"jennieoh" wrote:

I'm using a formula to calculate the % increase or decrease of some numbers.
My formula is =(H33-N33)/N33. However, I have a negative number N33 so the %
should be a positive because there was an increase but it's coming out a
negative. Why isn't this calculating N33 as a negative number?

  #3   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph
 
Posts: n/a
Default Negative numbers in easy formula getting me down...

"jennieoh" wrote in message
...
I'm using a formula to calculate the % increase or decrease of some
numbers.
My formula is =(H33-N33)/N33. However, I have a negative number N33 so
the %
should be a positive because there was an increase but it's coming out a
negative. Why isn't this calculating N33 as a negative number?


You could use =(H33-N33)/ABS(N33), but bear in mind the possibility of N33
being zero (in which case you'd need to think about what % increase you'd
want to show there).
--
David Biddulph


  #4   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Negative numbers in easy formula getting me down...

how about

=(H33-N33)/abs(N33)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"jennieoh" wrote in message
...
I'm using a formula to calculate the % increase or decrease of some

numbers.
My formula is =(H33-N33)/N33. However, I have a negative number N33 so

the %
should be a positive because there was an increase but it's coming out a
negative. Why isn't this calculating N33 as a negative number?



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
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? C-Man23 Excel Worksheet Functions 3 January 19th 06 09:52 AM
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? C-Man23 Excel Worksheet Functions 1 January 9th 06 01:23 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
How can I change positive numbers to negative, i.e. change 50 to - godwingi Excel Discussion (Misc queries) 5 February 28th 05 05:41 PM


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