+ Reply to Thread
Results 1 to 3 of 3

Vlookup For Furthest Right Column?

  1. #1
    Registered User
    Join Date
    10-12-2009
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    32

    Vlookup For Furthest Right Column?

    Hi Guys-

    My data is loaded in a preset order on about 20 different workbooks, so switching the data manually would be a pain.

    I have a reference number that will occur in the furthest right column (Q). I just want to return the G column's value when the Q column = the reference number.

    Is there a vlookup that would look at the furthest right column instead of the furthest left?

    Thanks!

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Vlookup For Furthest Right Column?

    INDEX/MATCH is generally speaking far more flexible than VLOOKUP

    =INDEX(G:G,MATCH(criteria,Q:Q,0))

    (depending on the data type of G you may even be able to use SUMIF)

  3. #3
    Registered User
    Join Date
    10-12-2009
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    32

    Re: Vlookup For Furthest Right Column?

    That worked perfectly. Thanks!

+ 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