+ Reply to Thread
Results 1 to 4 of 4

using isblank and isna in one statement

  1. #1
    Registered User
    Join Date
    04-17-2013
    Location
    london
    MS-Off Ver
    Excel 2002
    Posts
    49

    using isblank and isna in one statement

    Is it possible to use both isblank and isna statement. I have a vlookup in which I want to use both and can't figure out where to use the AND statement. I've tried a few ways to merge but nothing seems to work!

    Any ideas?

    I want both to display nothing(the cell to be blank) if there is a error and nothing in the cell. Hope this makes sense.

    Please Login or Register  to view this content.
    Thanks.
    Last edited by cherryt; 08-14-2013 at 04:18 AM.

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

    Re: using isblank and isna in one statement

    maybe try it with or()

    =IF(OR(ISBLANK(VLOOKUP($A$4,Sheet2!$F$4:$BD$2003,47,FALSE)),ISNA(VLOOKUP($A$4,Sheet2!$F$4:$BD$2003,47,FALSE))),"",VLOOKUP($A$4,Sheet2!$F$4:$BD$2003,47,FALSE))
    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

  3. #3
    Registered User
    Join Date
    04-17-2013
    Location
    london
    MS-Off Ver
    Excel 2002
    Posts
    49

    Re: using isblank and isna in one statement

    Thank you VLady :D I've just figured that out and was about to close the thread! I'll still give you some rep :P

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

    Re: using isblank and isna in one statement

    Nice to hear you've figured it out.
    Thanks also.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] where to put iserror/isna statement
    By cherryt in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-10-2013, 04:11 AM
  2. [SOLVED] Nested If Statement - ISBLANK and ISNA in same statement?
    By Janc in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-23-2013, 09:00 AM
  3. Excel 2007 : isblank and isna
    By Jerseynjphillypa in forum Excel General
    Replies: 2
    Last Post: 11-18-2011, 04:46 PM
  4. IF(ISNA(IF(AND Statement
    By freybe06 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-21-2011, 11:38 AM
  5. combine vlookup,isblank,isna in one formula
    By kollasphotis in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 09-29-2009, 04:16 AM

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