+ Reply to Thread
Results 1 to 4 of 4

How to avoide error in result of 0/0

  1. #1
    Forum Contributor
    Join Date
    06-07-2013
    Location
    Pakistan
    MS-Off Ver
    Excel 2013
    Posts
    167

    How to avoide error in result of 0/0

    Dear All
    I am facing
    0/0 = #DIV/0!
    500/0= #DIV/0!
    0/500= #DIV/0!

    how can i avoid this for the same calculation.

    regards
    Roofi
    Last edited by roofi; 02-23-2016 at 08:10 AM.
    Abdul Rouf Roofi

  2. #2
    Registered User
    Join Date
    02-09-2014
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    60

    Re: How to avoide error in result of 0/0

    If this is in excel formula use IFERROR. If this is in VBA then use On Error GoTo statement.

  3. #3
    Valued Forum Contributor
    Join Date
    04-27-2015
    Location
    Abu Dhabi, U.A.E
    MS-Off Ver
    Office 365 | 2016
    Posts
    697

    Re: How to avoide error in result of 0/0

    =IFERROR(A1/B1,"")


    0/500 will give you an answer "0" not an error.

  4. #4
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,065

    Re: How to avoide error in result of 0/0

    If(b1=0,0,a1/b1)
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

+ 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] How to avoide verticle border?
    By mso3 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-14-2015, 12:17 PM
  2. [SOLVED] Code request to avoide fixed range for copying the data
    By mso3 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 02-08-2015, 08:57 PM
  3. [SOLVED] Help with Formula using variable as Date and result as integer, error in my result
    By Elomaldo in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-22-2014, 04:20 PM
  4. [SOLVED] Avoide the warning message
    By mukeshbaviskar in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-31-2013, 08:23 AM
  5. Macro to avoide conflicted copy in dropbox
    By mukeshbaviskar in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-07-2013, 09:41 AM
  6. [SOLVED] VLOOKUP #N/A Error Result
    By bobboy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-23-2013, 01:36 AM
  7. error in sum formula result
    By babygrand in forum Excel General
    Replies: 1
    Last Post: 06-08-2005, 03:05 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