+ Reply to Thread
Results 1 to 3 of 3

whats wrong with the formula?

  1. #1
    Gary
    Guest

    whats wrong with the formula?

    =IF(ISNA(VLOOKUP(A3,Sheet2!A1:B12,2,FALSE)),"No Results
    Found",(VLOOKUP(A3,Sheet2!A1:B12,2,FALSE)))

    Always returning "No Results Found".

    Please help



  2. #2
    Registered User
    Join Date
    02-19-2004
    Posts
    11
    Hi,

    I guess u r missing to use $ in the vlookup! try below:
    =IF(ISNA(VLOOKUP(A3,Sheet2!$A$1:$B$12,2,FALSE)),"No Results
    Found",(VLOOKUP(A3,Sheet2!$A$1:$B$12,2,FALSE)))

    Thanks,
    Tarek

  3. #3
    Pete_UK
    Guest

    Re: whats wrong with the formula?

    You are looking for an exact match. Check the values in Sheet2 column A
    to see that you have no spurious spaces at the beginning or end. Ensure
    that the value in A3 has no extra spaces.

    Hope this helps.

    Pete

    Gary wrote:
    > =IF(ISNA(VLOOKUP(A3,Sheet2!A1:B12,2,FALSE)),"No Results
    > Found",(VLOOKUP(A3,Sheet2!A1:B12,2,FALSE)))
    >
    > Always returning "No Results Found".
    >
    > Please help



+ 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