+ Reply to Thread
Results 1 to 2 of 2

vlookup-returning the data in the row

  1. #1
    Registered User
    Join Date
    11-30-2005
    Posts
    2

    vlookup-returning the data in the row

    When i use the vlookup function, it is returning the data in the row 1 ABOVE the row it should be pulling the data from. E.g. VLOOKUP(K345,$A$4:$F$336,3) and k345 is St Francis, it is returning a value of 200, not the 300 it should return for St Francis.

    St Bonaventure 200
    St Francis 300

    Any help is MUCH appreciated.

  2. #2
    Registered User
    Join Date
    05-28-2004
    Posts
    21
    Try adding false at the end of the formula as listed below. What is happening is your vlookup is looking for the first closest match. By adding false at the end it will look for the exact match. Hope this helps.

    Ed

    VLOOKUP(K345,$A$4:$F$336,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