#1   Report Post  
Posted to microsoft.public.excel.misc
Joe Joe is offline
external usenet poster
 
Posts: 476
Default #DIV/0!

Hope you can help me
In the spreadsheet the formula is ie =D283/D190. At this moment all the
figures are zero reason why it is returning #DIV/0!. Some of the cells in the
tables might stay like this for a while. Is there a formula that I could
enter so it doesnt show #DIV/0! but Zero in this cases
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default #DIV/0!

One way:
=IF(D190=0,0,D283/D190)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Joe" wrote:
Hope you can help me
In the spreadsheet the formula is ie =D283/D190. At this moment all the
figures are zero reason why it is returning #DIV/0!. Some of the cells in the
tables might stay like this for a while. Is there a formula that I could
enter so it doesnt show #DIV/0! but Zero in this cases

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default #DIV/0!

Try:-=

=IF(ISERROR(D283/D190),"",D283/D190)

Mike

"Joe" wrote:

Hope you can help me
In the spreadsheet the formula is ie =D283/D190. At this moment all the
figures are zero reason why it is returning #DIV/0!. Some of the cells in the
tables might stay like this for a while. Is there a formula that I could
enter so it doesnt show #DIV/0! but Zero in this cases

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default #DIV/0!

=IF(D190=0,0,D283/D190)
--
David Biddulph

"Joe" wrote in message
...
Hope you can help me
In the spreadsheet the formula is ie =D283/D190. At this moment all the
figures are zero reason why it is returning #DIV/0!. Some of the cells in
the
tables might stay like this for a while. Is there a formula that I could
enter so it doesnt show #DIV/0! but Zero in this cases



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



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