#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 101
Default Make zero formula

I am getting the below message with the formula showing.

#DIV/0!
=I11/E11*1000*5

Can you tell me how to put the -iserror formula to make this show zero if
the cells are zero..

Thanks
Frank

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Make zero formula

=IF(ISERROR(I11/E11*1000*5),"",I11/E11*1000*5)
or
=IF(E11=0,"",I11/E11*1000*5)
will give a blank if E11 is zero.

If you actually want the formula to return zero (despite the fact that the
answer should be infinity), then replace "" by 0 in the formula.
--
David Biddulph

"Beep Beep" wrote in message
...
I am getting the below message with the formula showing.

#DIV/0!
=I11/E11*1000*5

Can you tell me how to put the -iserror formula to make this show zero if
the cells are zero..

Thanks
Frank



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 do I make a formula read a result rather than a formula Chris Excel Discussion (Misc queries) 7 June 20th 06 10:56 PM
how to make formula moko Excel Worksheet Functions 3 April 19th 06 05:23 AM
I'd like to make a formula that does this.. Garnet Excel Worksheet Functions 3 January 11th 06 11:16 PM
How do I make this formula? adam2dot0 Excel Discussion (Misc queries) 1 December 10th 05 09:22 AM
how do I make My formula bar appear leppenj Excel Discussion (Misc queries) 1 August 12th 05 07:28 PM


All times are GMT +1. The time now is 07:17 AM.

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"