+ Reply to Thread
Results 1 to 3 of 3

Using Error Message as test Criteria

  1. #1
    Registered User
    Join Date
    06-16-2006
    Posts
    19

    Using Error Message as test Criteria

    If a formula returns a number or an error message how do I use the error message in a logical test.

  2. #2
    Tim M
    Guest

    RE: Using Error Message as test Criteria

    Here is a formula that with a Cell A2/B2. If there is an error (such as Div
    0#) it inserts a blank, if there is no error it does shows the calculation.
    does that help?

    =IF(ISERR(A2/B2)=TRUE,"",A2/B2)

    "Taru" wrote:

    >
    > If a formula returns a number or an error message how do I use the error
    > message in a logical test.
    >
    >
    > --
    > Taru
    > ------------------------------------------------------------------------
    > Taru's Profile: http://www.excelforum.com/member.php...o&userid=35494
    > View this thread: http://www.excelforum.com/showthread...hreadid=552702
    >
    >


  3. #3
    dhoward via OfficeKB.com
    Guest

    RE: Using Error Message as test Criteria

    Wow, I was just wondering how to do this and here's this posting. I am
    working with a large spreadsheet which is downloaded each month. I've pasted
    my formula into an entire row and now want those cells with the error message
    to be blank. How do incorporate this into my formula, =LOOKUP(AA23,{0.12,0.
    13,0.14,0.15,0.16,0.17,0.18,0.19,0.2,0.21,0.22,0.23,0.24,0.25},{".08",".10",".
    10",".10",".105",".11",".11",".13",".13",".13",".14",".14",".14"})?

    Tim M wrote:
    >Here is a formula that with a Cell A2/B2. If there is an error (such as Div
    >0#) it inserts a blank, if there is no error it does shows the calculation.
    >does that help?
    >
    >=IF(ISERR(A2/B2)=TRUE,"",A2/B2)
    >
    >> If a formula returns a number or an error message how do I use the error
    >> message in a logical test.


    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...tions/200606/1

+ 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