+ Reply to Thread
Results 1 to 5 of 5

#DIV/0! Error

  1. #1
    Registered User
    Join Date
    10-25-2012
    Location
    South Korea
    MS-Off Ver
    Excel 2007, Excel 2010
    Posts
    68

    #DIV/0! Error

    Hello,

    I am trying to add Cell C3 into this equation also. The reason is I don't get the #DIV/0! error when the cell is empty. I know that =IF(A3=0,"" will give me a blank cell instead of a #DIV/0! but I don't know how to add two cells into that equation

    =IF(A3=0,"",A3/C3)

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: #DIV/0! Error

    =iferror(a3/c3,"")

  3. #3
    Forum Contributor pareshj's Avatar
    Join Date
    05-20-2014
    Location
    MUMBAI
    MS-Off Ver
    2007 & 2010
    Posts
    447

    Re: #DIV/0! Error

    Hi,

    Check the below formula and hope this will help :

    =IF(OR(A3=0,C3=0),"",A3/C3)


    Regards,
    PAresh J
    Click on "* Add Reputation" as a way to say thanks

  4. #4
    Registered User
    Join Date
    10-25-2012
    Location
    South Korea
    MS-Off Ver
    Excel 2007, Excel 2010
    Posts
    68

    Re: #DIV/0! Error

    Thank you so much I learned something new today

  5. #5
    Forum Expert boopathiraja's Avatar
    Join Date
    07-12-2013
    Location
    Coimbatore,TamilNadu, India
    MS-Off Ver
    Excel 2007, 2013, 2016, 365
    Posts
    1,455

    Re: #DIV/0! Error

    May be this

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Click just below left if it helps, Boo?ath?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Run-tim error -2147467259(80004005): Automation error Unspecidied error
    By mattress58 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-25-2014, 12:12 PM
  2. Excel macro (compile error. syntax error.) error
    By salar_younis in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-06-2014, 06:11 AM
  3. Error "run-time Error '1004': General Odbc Error
    By D4WNO77 in forum Access Tables & Databases
    Replies: 2
    Last Post: 07-16-2012, 09:55 AM
  4. Error 75 File/Path access error, sometimes Error 1004
    By smokebreak in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 02-16-2011, 02:35 PM
  5. [SOLVED] Error Handling - On Error GoTo doesn't trap error successfully
    By David in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 02-16-2006, 02:10 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1