+ Reply to Thread
Results 1 to 3 of 3

Look up from Right Hand Column?

  1. #1
    Registered User
    Join Date
    04-09-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    8

    Look up from Right Hand Column?

    Everything I read says vlookup and index/match has to work from right to left.
    I have the attached sheet where I want to pull out Data from Column J & Column U for when the Status column first becomes #1....

    I can't seem to reverse logic my basic lookup skills to do this? Or maybe I have to just reformat the output to have status in column 1? Sort of hate to do that cuz I'm feeding a lot of info off of the current Data in Column A

    Any help is appreciated

    Thank you
    Attached Files Attached Files

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,447

    Re: Look up from Right Hand Column?

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



    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: Look up from Right Hand Column?

    Hi,

    a possible, not practical approach using vlookup could be

    =VLOOKUP(1,CHOOSE({1,2},Y3:Y17,J3:J17),2,0)

    =VLOOKUP(1,CHOOSE({1,2},Y3:Y17,U3:U17),2,0)

    Regards
    -----------------------------------------------------

    At Excelforum, you can say "Thank you!" by clicking the star icon ("Add Reputation") below the post.

    Please, mark your thread [SOLVED] if you received your answer.

+ 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] Replacing 0 in a column with target value in left hand column
    By gretchenwhitcomb in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 04-11-2013, 03:21 PM
  2. Merged left hand column prevents sorting data
    By ND001 in forum Excel General
    Replies: 4
    Last Post: 10-01-2007, 04:26 PM
  3. Seeing text in the left hand column...
    By Feline in forum Excel General
    Replies: 3
    Last Post: 01-30-2007, 11:07 AM
  4. [SOLVED] y-axis moves from the left hand side to the right hand side
    By JP in forum Excel General
    Replies: 1
    Last Post: 03-13-2005, 01:06 PM
  5. y-axis moves from the left hand side to the right hand side!
    By JP in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 03-10-2005, 09:06 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