+ Reply to Thread
Results 1 to 3 of 3

VLOOKUP function not working with table

  1. #1
    Registered User
    Join Date
    02-27-2011
    Location
    America
    MS-Off Ver
    Excel 2003
    Posts
    9

    VLOOKUP function not working with table

    I am trying to use my vlookup function to give each person a percentage based on where their points are within the range. It seems that I get an error when I try to use the function. My function is in H5, and using the table on the second part of sheet 1.
    Attached Files Attached Files

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: VLOOKUP function not working with table

    The lookup range needs to be numeric (in most circumstances)....and in ascending order so if you make F53:F57 these values

    0, 17, 20, 22, 24

    and then in G53:G57

    45%, 50%, 65%, 90%, 95%

    Then in row 5 copied down you can use this formula

    =LOOKUP(F5,F$53:G$57)
    Audere est facere

  3. #3
    Registered User
    Join Date
    02-27-2011
    Location
    America
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: VLOOKUP function not working with table

    Quote Originally Posted by daddylonglegs View Post
    The lookup range needs to be numeric (in most circumstances)....and in ascending order so if you make F53:F57 these values

    0, 17, 20, 22, 24

    and then in G53:G57

    45%, 50%, 65%, 90%, 95%

    Then in row 5 copied down you can use this formula

    =LOOKUP(F5,F$53:G$57)
    Thanks. This is what I was looking for

+ 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