+ Reply to Thread
Results 1 to 3 of 3

isna vlookup

  1. #1
    Tim
    Guest

    isna vlookup

    Hi

    I'm using this vlookup to get values from a sheet
    named "sub": VLOOKUP(R1,sub!$J$1:$K$18,2,FALSE)
    and t works. But when "R1" is not in the lookup table
    sub!$J$1:$K$18 I get an #N/A as a result and I changed
    the vlookup formula to:
    =IF(ISNA(VLOOKUP(R1,sub!$J$1:$K$18,2,FALSE),"",VLOOKUP
    (R1,sub!$J$1:$K$18,2,FALSE)) to avoid #N/A but now I
    receive an error message for the formula.
    Is there anybody who knows how to fix this problem?


  2. #2
    Aladin Akyurek
    Guest

    Re: isna vlookup

    Tim wrote:
    > Hi
    >
    > I'm using this vlookup to get values from a sheet
    > named "sub": VLOOKUP(R1,sub!$J$1:$K$18,2,FALSE)
    > and t works. But when "R1" is not in the lookup table
    > sub!$J$1:$K$18 I get an #N/A as a result and I changed
    > the vlookup formula to:
    > =IF(ISNA(VLOOKUP(R1,sub!$J$1:$K$18,2,FALSE),"",VLOOKUP
    > (R1,sub!$J$1:$K$18,2,FALSE)) to avoid #N/A but now I
    > receive an error message for the formula.
    > Is there anybody who knows how to fix this problem?
    >


    A paren is missing:

    =IF(ISNA(VLOOKUP(R1,sub!$J$1:$K$18,2,FALSE)),"",VLOOKUP
    (R1,sub!$J$1:$K$18,2,FALSE))

  3. #3
    Tim
    Guest

    Re: isna vlookup

    Thank you Aladin.


+ 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