+ Reply to Thread
Results 1 to 3 of 3

Simple Question

  1. #1
    Registered User
    Join Date
    09-02-2005
    Posts
    58

    Simple Question

    i want to get rid of the #NUM from my cells. Can i use conditional formatting? and what is the formula to use?

  2. #2
    Forum Contributor
    Join Date
    06-10-2005
    Location
    Central Jersey
    Posts
    117
    Use IF(ISERROR(Formula),"",Formula)

    If you have multiple entries you could use a macro also.
    -Joseph

  3. #3
    Biff
    Guest

    Re: Simple Question

    Hi!

    To use cf:

    Select the cell
    Conditional Formatting
    Formula is: =ISERROR(cell_reference)
    Set the font color to be the same as the background color

    Another way:

    Instead of using cf put an error trap in the formula that is returning the
    #NUM! error.

    =IF(ISERROR(your_formula)),"",your_formula))

    Biff

    "cjjoo" <[email protected]> wrote in
    message news:[email protected]...
    >
    > i want to get rid of the #NUM from my cells. Can i use conditional
    > formatting? and what is the formula to use?
    >
    >
    > --
    > cjjoo
    > ------------------------------------------------------------------------
    > cjjoo's Profile:
    > http://www.excelforum.com/member.php...o&userid=26916
    > View this thread: http://www.excelforum.com/showthread...hreadid=475271
    >




+ 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