+ Reply to Thread
Results 1 to 3 of 3

Vlookup & IF Function - What's wrong?

  1. #1
    Registered User
    Join Date
    03-08-2005
    Posts
    8

    Vlookup & IF Function - What's wrong?

    What looks wrong here?

    =if(isna(VLOOKUP(B11, table!$A$2:$B$10,2,TRUE)," ",VLOOKUP(B11, table!$A$2:$B$10,2,TRUE))

    Something's not right here as when I type it this way - it tells me there are errors with it and then highlights the quotation marks.

    Side note: I'm attempting to return a blank cell instead of #N/A. The B11 column will have data entered as needed - but I want to copy the formula on down without the #N/A coming up.

    Os

  2. #2
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    ) are wrong!

    try this

    =if(isna(VLOOKUP(B11, table!$A$2:$B$10,2,TRUE))," ",VLOOKUP(B11, table!$A$2:$B$10,2,TRUE))

    note this leaves a space if the isna is true - is this what you want?
    not a professional, just trying to assist.....

  3. #3
    Registered User
    Join Date
    03-08-2005
    Posts
    8
    YES!!! :D

    Perfect - it works perfect!

    Thank you SO much Duane!

    Os

+ 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