+ Reply to Thread
Results 1 to 3 of 3

Formula Error Message

  1. #1
    Chambersteacher
    Guest

    Formula Error Message

    Is there a way to not have the formula error message DIV/0! display in a cell
    and still keep the formula?

  2. #2
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    =if(iserror(formula),0,formula)

    you could substitute "" for the 0 if you prefer
    not a professional, just trying to assist.....

  3. #3
    Myrna Larson
    Guest

    Re: Formula Error Message

    If the formula is, e.g., =a1/b1 change it to =IF(B1=0,"",A1/B1)


    On Tue, 8 Mar 2005 20:01:03 -0800, Chambersteacher
    <[email protected]> wrote:

    >Is there a way to not have the formula error message DIV/0! display in a cell
    >and still keep the formula?



+ 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