+ Reply to Thread
Results 1 to 7 of 7

How to ISERROR and ISBLANK in the same formula?

  1. #1
    Registered User
    Join Date
    11-24-2011
    Location
    KL, Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    15

    How to ISERROR and ISBLANK in the same formula?

    Hello

    i have this formula :

    =IF(ISBLANK(A7),"",VLOOKUP(A7,PaperCode!A3:C23,2,FALSE))
    and
    =IF(ISBLANK(A7),"",C7*D7)

    How can i include ISERROR?

    Kindly guide me.
    Thanks in Advance.
    Last edited by maharaskal; 12-02-2011 at 03:26 AM.

  2. #2
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: How to ISERROR and ISBLANK in the same formula?

    Try this instead:

    Please Login or Register  to view this content.
    Cheers,
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  3. #3
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,366

    Re: How to ISERROR and ISBLANK in the same formula?

    Hello Again Maharaskal,


    Just for ideas.
    Errors:

    #N/A (with ISNA)
    #Value (with ISERROR)
    blank (with ISBLANK)

    In your formula you used isblank to test if A7 is blank
    you use iserror if your receiving a #value, --this will give you true or false
    If you cannot found the data the error will be #N/A you use ISNA.

    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  4. #4
    Registered User
    Join Date
    11-24-2011
    Location
    KL, Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: How to ISERROR and ISBLANK in the same formula?

    Quote Originally Posted by vlady View Post
    Hello Again Maharaskal,


    Just for ideas.
    Errors:

    #N/A (with ISNA)
    #Value (with ISERROR)
    blank (with ISBLANK)

    In your formula you used isblank to test if A7 is blank
    you use iserror if your receiving a #value, --this will give you true or false
    If you cannot found the data the error will be #N/A you use ISNA.


    Ho can i combine the with iferror for the below formula?
    =IF(ISBLANK(A8),"",C8*D8)

  5. #5
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: How to ISERROR and ISBLANK in the same formula?

    Don't quote whole posts -- it's just clutter.

    If you are responding to a post out of sequence, limit quoted content to a few relevant lines that makes clear to whom and what you are responding.

  6. #6
    Registered User
    Join Date
    11-24-2011
    Location
    KL, Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: How to ISERROR and ISBLANK in the same formula?

    Sorry, i wont repeat the mistake again.

  7. #7
    Valued Forum Contributor
    Join Date
    10-13-2010
    Location
    Sunderland, England
    MS-Off Ver
    Excel 2007 (Home) / 2003 (Work)
    Posts
    740

    Re: How to ISERROR and ISBLANK in the same formula?

    How about:

    =IF(OR(ISBLANK(A8),ISERROR(A8)),"",C8*D8)

+ 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