+ Reply to Thread
Results 1 to 7 of 7

Vlookup nightmare!

Hybrid View

  1. #1
    Registered User
    Join Date
    06-19-2012
    Location
    N/A
    MS-Off Ver
    Excel 2007
    Posts
    46

    Re: Vlookup nightmare!

    You can't do a VLOOKUP if the value you're trying to return is to the LEFT of your lookup value. An INDEX/MATCH formula might work for this:

    =IF(I3="","",IF(I3="CANCELLED","",INDEX('Job Sheet'!$A$3:$B$922,MATCH(A3,'Job Sheet'!$B$3:$B922,0),1)))
    This formula must be entered as an array formula by using CTRL-SHIFT-ENTER. I haven't tested this, so let me know if you have any issues with it.

    Hope this helps.

  2. #2
    Registered User
    Join Date
    10-10-2011
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    21

    Re: Vlookup nightmare!

    Thanks for the rapid responses.

    rob.barnes01 your code works perfectly. Strange how the position makes a difference here if everything is technically accurate.

    Head scratching over, thank you!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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