Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Karen
 
Posts: n/a
Default Percentage Increase Calculation

How do you show a 100% increase from one year's sales to the next when year 1
is zero?

The formula keeps showing the divided by zero error?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre
 
Posts: n/a
Default Percentage Increase Calculation

You couldn't multiply $0 by 100% and get the amount you're looking for.
Where I work....we report that increase as n.m. (not meaningful).

If that's your company's convention, though, something like this may be what
you're looking for:

=IF(A1=0,100%,B1/A1)

Does that help?

***********
Regards,
Ron


"Karen" wrote:

How do you show a 100% increase from one year's sales to the next when year 1
is zero?

The formula keeps showing the divided by zero error?

  #3   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre
 
Posts: n/a
Default Percentage Increase Calculation (formula correction)

Formula correction:
=IF(A1=0,100%,(B1-A1)/A1)

***********
Regards,
Ron


"Ron Coderre" wrote:

You couldn't multiply $0 by 100% and get the amount you're looking for.
Where I work....we report that increase as n.m. (not meaningful).

If that's your company's convention, though, something like this may be what
you're looking for:

=IF(A1=0,100%,B1/A1)

Does that help?

***********
Regards,
Ron


"Karen" wrote:

How do you show a 100% increase from one year's sales to the next when year 1
is zero?

The formula keeps showing the divided by zero error?

  #4   Report Post  
Posted to microsoft.public.excel.misc
Rusty
 
Posts: n/a
Default Percentage Increase Calculation

Hi Karen,

What you are asking is mathematically impossible. When you divide any
number by zero you get infinity, so Excel correctly shows "divide by zero".

Look at it this way;
If cell A1 contains 1 and B1 contains 5 then the increase is 500%
If cell A1 contains 0.1 and B1 contains 5 then the increase is 5000%
If cell A1 contains 0.01 and B1 contains 5 then the increase is 50000%
The smaller the value in cell A1 the larger the answer. So by the time you
get down to zero in cell A1, the increase is infinity!

Cheers,
Ken


"Karen" wrote in message
...
How do you show a 100% increase from one year's sales to the next when
year 1
is zero?

The formula keeps showing the divided by zero error?



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 increase bigjeffscv Excel Worksheet Functions 1 September 26th 05 11:50 PM
Percentage increase in excel fibregrid Excel Discussion (Misc queries) 1 September 5th 05 01:59 PM
Increase figures in cells by a percentage (on entire workbook) hornet Excel Worksheet Functions 2 September 5th 05 06:40 AM
Percentage Calculation clandis Excel Worksheet Functions 5 July 21st 05 07:38 PM
How to increase an entire collumn by a certain percentage? Josh Excel Discussion (Misc queries) 1 June 7th 05 04:13 PM


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