Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Shooter
 
Posts: n/a
Default hiding error message

Can you please remind me how to hide or eliminate error messages such as
#DIV/0!. This appears when a cell is divided by 0. I would like the cell to
remain blank.

Thanks
--
Shooter
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

=IF(B1=0,"",A1/B1)

HTH
Jason
Atlanta, GA

-----Original Message-----
Can you please remind me how to hide or eliminate error

messages such as
#DIV/0!. This appears when a cell is divided by 0. I

would like the cell to
remain blank.

Thanks
--
Shooter
.

  #3   Report Post  
Brian
 
Posts: n/a
Default

....thanks, but I believe there is a way to "disable" the error message.
Thanks for additional assistance.

"Jason Morin" wrote:

=IF(B1=0,"",A1/B1)

HTH
Jason
Atlanta, GA

-----Original Message-----
Can you please remind me how to hide or eliminate error

messages such as
#DIV/0!. This appears when a cell is divided by 0. I

would like the cell to
remain blank.

Thanks
--
Shooter
.


  #4   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

=IF(ISERROR(cell_that_might_return_error),"",cell_ that_might_return_error)

although it's better to correct the faulty formula that returns the error
just like Jason showed

--
Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)



"Brian" wrote in message
...
...thanks, but I believe there is a way to "disable" the error message.
Thanks for additional assistance.

"Jason Morin" wrote:

=IF(B1=0,"",A1/B1)

HTH
Jason
Atlanta, GA

-----Original Message-----
Can you please remind me how to hide or eliminate error

messages such as
#DIV/0!. This appears when a cell is divided by 0. I

would like the cell to
remain blank.

Thanks
--
Shooter
.




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
Hiding Worksheets Jo Davis Setting up and Configuration of Excel 4 January 13th 05 11:15 PM
Hiding info Wondering Why New Users to Excel 2 December 31st 04 03:49 PM
Hiding Formula in cells thrava Excel Discussion (Misc queries) 2 December 23rd 04 12:42 AM
Copying Rows when hiding other rows Neutron1871 Excel Worksheet Functions 2 November 3rd 04 11:38 PM
Hiding rows based on date Steve Excel Worksheet Functions 2 November 1st 04 02:30 PM


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