Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 921
Default Get rid of DIV/0 error message

Is there a command to return a value of 0 instead of DIV/0 error message?

Thanks!!
--
Jeff
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Get rid of DIV/0 error message

Something like this:

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

or more generally:

=IF(ISERROR(your_formula),0,your_formula)

though this would mask all errors.

Hope this helps.

Pete

On Dec 11, 4:38*pm, Jeff wrote:
Is there a command to return a value of 0 instead of DIV/0 error message?

Thanks!!
--
Jeff


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 791
Default Get rid of DIV/0 error message

=IF(Iserror(YourCellreference),0,(YourCellreferenc e))
--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"Jeff" wrote:

Is there a command to return a value of 0 instead of DIV/0 error message?

Thanks!!
--
Jeff

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 921
Default Get rid of DIV/0 error message

Thank you!
--
Jeff


"Pete_UK" wrote:

Something like this:

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

or more generally:

=IF(ISERROR(your_formula),0,your_formula)

though this would mask all errors.

Hope this helps.

Pete

On Dec 11, 4:38 pm, Jeff wrote:
Is there a command to return a value of 0 instead of DIV/0 error message?

Thanks!!
--
Jeff



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Get rid of DIV/0 error message

You're welcome.

Pete

On Dec 11, 5:04*pm, Jeff wrote:
Thank you!
--
Jeff

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
Error message Brenda Setting up and Configuration of Excel 4 October 28th 08 04:18 AM
Error message box [email protected] Excel Discussion (Misc queries) 0 November 7th 06 10:07 AM
VBA Error Message "Compile Error...." Steve Excel Discussion (Misc queries) 3 July 15th 05 09:20 AM
changing the message in an error message The Villages DA Excel Worksheet Functions 2 February 18th 05 05:30 PM
How do I get rid of "Compile error in hidden module" error message David Excel Discussion (Misc queries) 4 January 21st 05 11:39 PM


All times are GMT +1. The time now is 01:04 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"