+ Reply to Thread
Results 1 to 2 of 2

How to avoid #DIV/0 from appearing

  1. #1
    Registered User
    Join Date
    03-01-2006
    Posts
    2

    Question How to avoid #DIV/0 from appearing

    Hi - does anyone know how to avoid having #DIV/0 appear on a sheet when the values it pulls from are empty?

    Part 2 - does anyone know how to set the value of all unlocked cells to zero automatically? Will this help with the #DIV/0 problem I'm dealing with now? Thanks to anyone who replies!

  2. #2
    Niek Otten
    Guest

    Re: How to avoid #DIV/0 from appearing

    Example: =A1/B1

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

    --
    Kind regards,

    Niek Otten

    "Chris921" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi - does anyone know how to avoid having #DIV/0 appear on a sheet when
    > the values it pulls from are empty?
    >
    > Part 2 - does anyone know how to set the value of all unlocked cells to
    > zero automatically? Will this help with the #DIV/0 problem I'm dealing
    > with now? Thanks to anyone who replies!
    >
    >
    > --
    > Chris921
    > ------------------------------------------------------------------------
    > Chris921's Profile:
    > http://www.excelforum.com/member.php...o&userid=32040
    > View this thread: http://www.excelforum.com/showthread...hreadid=517880
    >




+ 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