+ Reply to Thread
Results 1 to 3 of 3

VLOOKUP question

  1. #1
    Registered User
    Join Date
    10-30-2003
    Location
    Oldham, England
    Posts
    6

    Exclamation VLOOKUP question

    Hi,

    I am trying to use vlookup but it is not working.

    My table has 2 columns:

    Text Level Numerical Level
    0 0
    2c 2
    2b 2.33
    2a 2.66
    3c 3
    3b 3.33
    3a 3.66
    4c 4
    4b 4.33
    4a 4.66
    5c 5
    5b 5.33
    5a 5.66
    6c 6
    6b 6.33
    6a 6.66
    7c 7
    7b 7.33
    7a 7.66
    8c 8
    8b 8.33
    8a 8.66

    I am using vlookup(A1,table range,2) which is fine for some values but it just doesn't always work e.g. typing in 6b or 6a returns 5.66.

    This is driving me mad, please help!

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Try adding a False indicator...this tells Vlookup to find an exact match...

    see Vlookup in Excel help files for details...

    e.g. vlookup(A1,table range,2,FALSE)
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    10-30-2003
    Location
    Oldham, England
    Posts
    6

    Thanks

    Excellent! Thanks very much

+ 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