#1   Report Post  
Posted to microsoft.public.excel.misc
webster
 
Posts: n/a
Default HIDING DIV/0!

How can I hide a DIV/1 error? The formula is
=+IF(G37<=79%,"ORDER", "") but when nothing is entered into the columns i
get the DIV/0! error.

Any help would be appreciated
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dav
 
Posts: n/a
Default HIDING DIV/0!


The error is returned becasue the value of g37 is div/0 so the logic
does not evaluate and repeats the error

=+IF(ISERROR(G37),"", IF(G37<=75%,"ORDER",""))

Would work but a better option would be to tackle the error at source
and remove the error from g37 using an if statement that if the
denominator (the thing you are dividing by) is 0 to change to another
value otherwise do the calculation

Regards

Dav


--
Dav
------------------------------------------------------------------------
Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107
View this thread: http://www.excelforum.com/showthread...hreadid=520504

  #3   Report Post  
Posted to microsoft.public.excel.misc
webster
 
Posts: n/a
Default HIDING DIV/0!

thanks Dav, it worked a treat...

Cheers

Paul

"Dav" wrote:


The error is returned becasue the value of g37 is div/0 so the logic
does not evaluate and repeats the error

=+IF(ISERROR(G37),"", IF(G37<=75%,"ORDER",""))

Would work but a better option would be to tackle the error at source
and remove the error from g37 using an if statement that if the
denominator (the thing you are dividing by) is 0 to change to another
value otherwise do the calculation

Regards

Dav


--
Dav
------------------------------------------------------------------------
Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107
View this thread: http://www.excelforum.com/showthread...hreadid=520504


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 to hide #DIV/0! in cells waiting for input? Pheasant Plucker® Excel Discussion (Misc queries) 4 January 26th 06 04:30 PM
replace "#DIV/0!" error with blanks Mark B Excel Worksheet Functions 0 June 22nd 05 10:19 AM
# DIV/0! error in Excel Helpwanted Excel Discussion (Misc queries) 8 May 6th 05 09:31 PM
hiding #DIV/0! message GJR3599 Excel Discussion (Misc queries) 3 March 9th 05 08:13 PM
#DIV/0! hiding GJR3599 Excel Discussion (Misc queries) 0 March 9th 05 07:54 PM


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