+ Reply to Thread
Results 1 to 2 of 2

tryin to perform a type of vlookup

  1. #1
    Registered User
    Join Date
    12-29-2014
    Location
    new jersey
    MS-Off Ver
    2010
    Posts
    5

    tryin to perform a type of vlookup

    how can I lookup a cell value one sheet and then on another sheet find the last time that value ( for ex: 345, which will make several appearances ) appears and return the 7th cell in the row

    A1 A2
    345 look up the number to the left and go find the last time it appears in the other sheet and return the 7th cell's value
    409
    874
    258



    other sheet

    A1 A2 A3 A4 A5 A6 A7
    874
    345
    258
    345
    409
    345 C

    Thank You,
    BD

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,624

    Re: tryin to perform a type of vlookup

    =LOOKUP(2, 1/(ISNUMBER(SEARCH(Sheet2!$A$1:$A$6, A1))), Sheet2!$G:$G)
    Ben Van Johnson

+ 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. Just a girl tryin to figure things out
    By lzuke in forum Hello..Introduce yourself
    Replies: 2
    Last Post: 08-01-2012, 10:13 PM
  2. Replies: 8
    Last Post: 06-17-2012, 11:19 AM
  3. Is it possible to perform calculations within vlookup?
    By greyscale in forum Excel General
    Replies: 4
    Last Post: 07-05-2010, 10:44 PM
  4. perform:Type Mismatch
    By bishoposiris in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-03-2009, 06:55 PM
  5. perform:VLOOKUP help
    By oddcarout in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-28-2008, 06:43 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