#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default divinding error

I'm guessing that you meant you're dividing G18 by H18 (not into). Since it
is impossible to divide any number by 0, that would explain why you're
getting an error if H18 = 0.

If you want to bypass this error, you need to figure out what you want to
have displayed instead of the error? Do you want 0? Or a blank? Something
else? Either way, an IF Statement might help. Something like:

=IF(ISERROR(G18/H18),0,G18/H18)

This will return 0 if G18/H18 results in an error.

HTH,
Elkar


"trinni" wrote:

hi there,

im doing simple division in excel 2003

I'm dividing Cell G18 into H18 (hoever H18 has a value of Zero). when i hit
enter it gives me this error message: #DIV/0!. can you please show me what
in need to do to bypass this erro message.

thanks
--
trinni

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
Counting instances of found text (Excel error? Or user error?) S Davis Excel Worksheet Functions 5 September 12th 06 04:52 PM
I have Error 1919 Error Configuring ODBC dataSource Database Texanna1 Excel Discussion (Misc queries) 1 September 12th 06 06:35 AM
divinding part of a number Solarissf Excel Discussion (Misc queries) 5 June 19th 06 04:12 PM
Excel 2003 Macro Error - Runtime error 1004 Cow Excel Discussion (Misc queries) 2 June 7th 05 01:40 PM


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