+ Reply to Thread
Results 1 to 2 of 2

Value not available error

  1. #1
    Registered User
    Join Date
    02-05-2013
    Location
    New York, US
    MS-Off Ver
    Excel 2010
    Posts
    43

    Value not available error

    Hello,

    I am trying to apply VLOOKUP but gett the value not available error despite the fact that the value, and lookup value are identical,

    i have attached the file to this message,

    i have tried changing the format of the cell itself to no avail

    any insight would be greatly appreciated
    Attached Files Attached Files

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Value not available error

    Alas!, they do not match.

    This formula
    =VLOOKUP(I2,A2:D10,4,FALSE)
    is searching column A for the value mathcing I2
    But your matching value is actually in column B
    So the value in I2 does not exist in column A

    Try
    =VLOOKUP(I2,B2:D10,3,FALSE)

+ 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