+ Reply to Thread
Results 1 to 6 of 6

#DIV/0! Errors

  1. #1
    Cindy
    Guest

    #DIV/0! Errors

    My formula is as follows:

    =(P6/100*55-P30)/(P6/100*55)*100

    I keep getting the #DIV/0! error. Can you help?

  2. #2
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    What are your values in P6 and P30?

    Steve

  3. #3
    Pete_UK
    Guest

    Re: #DIV/0! Errors

    P6 must be zero or blank. Try this to avoid the error:

    =IF(P6=0,0,(P6/100*55-P30)/(P6/100*55)*100)

    Hope this helps.

    Pete


  4. #4
    David Billigmeier
    Guest

    RE: #DIV/0! Errors

    Is the value in P6 0? That would explain it, even though you have P6 in the
    numerator, 0/0 will still give #DIV/0.

    --
    Regards,
    Dave


    "Cindy" wrote:

    > My formula is as follows:
    >
    > =(P6/100*55-P30)/(P6/100*55)*100
    >
    > I keep getting the #DIV/0! error. Can you help?


  5. #5
    Cindy
    Guest

    Re: #DIV/0! Errors

    It works Pete, Thank you so much. I knew someone out there had an answer for
    me. I am surprised that microsoft help could not assist me. Thanks again.

    Cindy

    "Pete_UK" wrote:

    > P6 must be zero or blank. Try this to avoid the error:
    >
    > =IF(P6=0,0,(P6/100*55-P30)/(P6/100*55)*100)
    >
    > Hope this helps.
    >
    > Pete
    >
    >


  6. #6
    Pete_UK
    Guest

    Re: #DIV/0! Errors

    Thanks for feeding back, Cindy.

    Pete


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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