+ Reply to Thread
Results 1 to 4 of 4

Help with Lookup to find Last Row less a few rows

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    11-11-2013
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2010
    Posts
    129

    Help with Lookup to find Last Row less a few rows

    Hello All,

    I'm using the formula =LOOKUP(10^99,INDEX($L$1:$N$1000,,MATCH($A3,$L$1:$N$1))) to obatin the last row in a Lookup, but how do I get it to show a specific row in a worksheet that changes the amount of rows I Lookup every month.

    I have attached a sample of the sheet I am working with. I would like to reference the "SSM" row. Cell D1 shows the result I currently get and E1 is the result I want to get.

    Cheers for the help :D
    Attached Files Attached Files

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,818

    Re: Help with Lookup to find Last Row less a few rows

    Try this:

    Formula: copy to clipboard
    =INDEX(INDEX($L$1:$N$1000,,MATCH($A3,$L$1:$N$1)),MATCH("SSM",$J:$J,0))
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Forum Contributor
    Join Date
    11-11-2013
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2010
    Posts
    129

    Re: Help with Lookup to find Last Row less a few rows

    Legend 6SJ.

    Knew it would probably come down to an INDEX/MATCH, but never thought of 2 INDEX/MATCH's

  4. #4
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,818

    Re: Help with Lookup to find Last Row less a few rows

    It had me going for a minute because I don't remember doing a double before. Thanks for the rep, and thanks for marking your thread Solved!

+ 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. Macro To Find Rows With Duplicates, Compare Cells, And Delete Rows. - Excel
    By Kwame001 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-26-2013, 10:41 AM
  2. Replies: 2
    Last Post: 06-12-2013, 03:48 PM
  3. Replies: 4
    Last Post: 09-18-2012, 10:54 AM
  4. Find\Lookup sequence of numbers in rows
    By WEBBOOO in forum Excel General
    Replies: 3
    Last Post: 06-28-2012, 08:24 AM
  5. Search lookup array to find lookup value contained within text string
    By Cookstein2 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-02-2011, 09:42 AM

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