+ Reply to Thread
Results 1 to 4 of 4

HLOOKUP? Find Value, then take Value 2 Above in Column

  1. #1
    Registered User
    Join Date
    10-15-2014
    Location
    Wisconsin
    MS-Off Ver
    2010
    Posts
    4

    Lightbulb HLOOKUP? Find Value, then take Value 2 Above in Column

    Hey everyone, humble public servant of the US Air Force having trouble with HLOOKUP.

    I need to find a value, and then take a value that is 2 above my found value in the same column.

    Attached is a picture, the blue circled cell is what I need to start from, and then the red circle is the value I need to return.

    WhatINeed.PNG

    My HLOOKUP doesn't seem to be workin the way the tutorials say
    =HLOOKUP(A8,'CURRENT C17'!B2:B100,-2,FALSE)

    I'm looking in Column B, I should be going 2 above the located value.
    A8 = 04-4135


    Any help will end up saving Tax Payer Dollars, Thanks!

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,463

    Re: HLOOKUP? Find Value, then take Value 2 Above in Column

    INDEX/MATCH is the way to do this. Try this formula:

    =INDEX('CURRENT C17'!B2:B100,MATCH(A8,'CURRENT C17'!B2:B100,FALSE)-2)

    Note that you will have problems if you match on the first two items.

    Also, I can't download your attachment - it would be better to attach an Excel workbook rather than a picture of one.

    Hope this helps.

    Pete

  3. #3
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,366

    Re: HLOOKUP? Find Value, then take Value 2 Above in Column

    Good day sir. Pictures cannot be edited or work upon. better to upload excel files in the future.

    Don't know the impact of the merge cells though since it's just a pic.
    something like this.
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    look at the attachment.

    ef index less 2 rows.xlsx

    Edit : Good day Pete.
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  4. #4
    Registered User
    Join Date
    10-15-2014
    Location
    Wisconsin
    MS-Off Ver
    2010
    Posts
    4

    Re: HLOOKUP? Find Value, then take Value 2 Above in Column

    Thanks everyone, you got me what I was looking for!

+ 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] How would I find out the Row and Column of the location of Hlookup table?
    By redsab in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-08-2014, 05:00 PM
  2. [SOLVED] Use HLookup to find last row of data in a column
    By markrennolds in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-17-2014, 05:05 PM
  3. HLOOKUP, then find SMALL in that column?
    By DavidNYC in forum Excel General
    Replies: 2
    Last Post: 09-21-2009, 02:54 AM
  4. [SOLVED] How to use HLOOKUP or other command to find a value within a range
    By antwash in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-08-2006, 12:10 PM
  5. [SOLVED] How do I find a value in an array (VLOOKUP? HLOOKUP?)
    By M Skabialka in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 03-10-2005, 11:06 PM

Tags for this Thread

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