+ Reply to Thread
Results 1 to 3 of 3

Left Lookup formula works but requires tweaking

  1. #1
    Valued Forum Contributor
    Join Date
    04-26-2015
    Location
    Toronto, Canada
    MS-Off Ver
    2010
    Posts
    502

    Left Lookup formula works but requires tweaking

    Morning all.

    I am trying to set up a score ranking sheet for my EPL fantasy pub league.

    In doing so I have used a VLOOKUP & CHOOSE formula which does work, however if a score is tied the formula only returns the 1st name and ignores the 2nd name.

    Formula used =VLOOKUP(F2,CHOOSE({1,2},$C$2:$C$7,$A$2:$A$7),2,FALSE)

    My question is: Can this formula be tweaked to pick up the 2nd name or should I just bite the bullet and use a helper column ?
    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: Left Lookup formula works but requires tweaking

    Bite the bullet, and use a helper column.

    FYI, While that is a neat trick to do a left vlookup, Index/Match would be simpler and more efficient

    =INDEX($A$2:$A$7,MATCH(F2,$C$2:$C$7,0))

  3. #3
    Valued Forum Contributor
    Join Date
    04-26-2015
    Location
    Toronto, Canada
    MS-Off Ver
    2010
    Posts
    502

    Re: Left Lookup formula works but requires tweaking

    Thanks Jonmo,

    I actually realized after posting that there is nowhere within the formula that could be tweaked.

    You are right of course about INDEX MATCH but I like to push the envelope :-)

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 02-26-2015, 06:04 AM
  2. [SOLVED] Formula SUMPRODUCT works, now needs some tweaking, to True/False identify TEXT
    By steve08087 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-29-2013, 06:20 PM
  3. Replies: 4
    Last Post: 12-03-2012, 07:30 AM
  4. 'If Left' no longer works
    By Steve Riley in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-04-2012, 11:32 AM
  5. [SOLVED] Setting left position works in XL 2k and 2002 but..
    By Peter Ostermann in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-18-2006, 09:45 PM
  6. Help tweaking a formula
    By Shhhh in forum Excel General
    Replies: 2
    Last Post: 10-05-2005, 08:05 PM
  7. "AutoPrint" type macro requires tweaking
    By 1drunkman in forum Excel General
    Replies: 0
    Last Post: 08-24-2005, 03:04 PM

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