ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   hiding error message (https://www.excelbanter.com/excel-worksheet-functions/10143-hiding-error-message.html)

Shooter

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

Jason Morin

=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
.


Brian

....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
.



Peo Sjoblom

=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
.






All times are GMT +1. The time now is 12:24 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com