+ Reply to Thread
Results 1 to 4 of 4

Can't figure out correct lookup formula to look at a range in reverse (left to right)

  1. #1
    Registered User
    Join Date
    07-18-2018
    Location
    England
    MS-Off Ver
    2016
    Posts
    84

    Can't figure out correct lookup formula to look at a range in reverse (left to right)

    Hi thanks for looking into this thread

    I have had help putting together a VLOOKUP which looks at a range, right to left, col 1, 2, 3 etc.

    But attached is a situation, where i do not know how to return a result which is located in a column on the left of the lookup value in a range. I'm not allowed to move any data in the 'lookup' tab hence why I'm looking for a way of having the vlookup look 'backwards'? I've been told its possible but not sure how.

    'Sack Counts' has A3 highlighted yellow, "A Code" is the column which i'm trying to get the vlookup, to look up and return "VV Stock code" and "Description" in the 'Lookup' Tab. I've put in row 3 what I'm expecting.

    Hope this makes sense
    Would be gold if i could get some help on this
    thanks

    Z
    Attached Files Attached Files

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.96 for Mac MS 365
    Posts
    8,690

    Re: Can't figure out correct lookup formula to look at a range in reverse (left to right)

    you use index/match for that, try this... =INDEX('Look up'!B:B,MATCH('Sack Counts'!A3,'Look up'!E:E,0))
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Expert KOKOSEK's Avatar
    Join Date
    08-03-2018
    Location
    Pole in Yorkshire, UK
    MS-Off Ver
    365/2013
    Posts
    2,765

    Re: Can't figure out correct lookup formula to look at a range in reverse (left to right)

    Into B3:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Into C3:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Happy with my answer * Add Reputation.
    If You are happy with solution, please use Thread tools and mark thread as SOLVED.

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Can't figure out correct lookup formula to look at a range in reverse (left to right)

    In B3, use:

    =IFERROR(INDEX('Look up'!$F$4:$F$30,MATCH($A3,'Look up'!$E$4:$E$30,0)),"")

    and a similar formula in C3...
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

+ 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. [SOLVED] IF Formula Looking at a Range of Cells to Figure Out Correct Outcome by Shifting Rows
    By meseleto in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-17-2019, 09:20 PM
  2. Cant figure out correct formula
    By Madman7000 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-02-2018, 11:56 PM
  3. [SOLVED] formula to convert reverse data in correct order
    By JEAN1972 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-31-2017, 09:49 AM
  4. Replies: 4
    Last Post: 07-27-2015, 07:27 AM
  5. Replies: 3
    Last Post: 10-10-2014, 08:14 AM
  6. Replies: 1
    Last Post: 09-04-2007, 07:42 AM
  7. [SOLVED] A correct formula gives an incorrect figure
    By GarMcCas in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-17-2006, 06:55 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