Results 1 to 4 of 4

Lookup value in a table, return cell below

Threaded View

  1. #2
    Forum Expert GeneralDisarray's Avatar
    Join Date
    09-15-2011
    Location
    Pittsburgh, PA, USA
    MS-Off Ver
    Windows Excel 2016
    Posts
    1,416

    Re: Lookup value in a table, return cell below

    Well, if you are OK with making a function in VB try this:

    1) Make this function:

    Option Explicit
    Function returnOffset(whatFind As String, whereLook As Range, offRow As Long, offCol As Long) As Variant
        returnOffset = whereLook.Find(whatFind).Offset(offRow, offCol).Value
    End Function
    2)
    Call it in the sheet, like this: =returnOffset("JANUARY",A1:J100,1,0)

    That should do it
    Attached Files Attached Files
    Remember, saying thanks only takes a second or two. Click the star icon(*) below the post you liked, to give some Rep if you think an answer deserves it.

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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Match multiple substrings in a cell against a lookup table and return concatenated values
    By stevewc in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-13-2013, 10:50 AM
  2. double lookup to return cell value from data table
    By maacmaac in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-04-2011, 04:52 PM
  3. [SOLVED] return cell reference in a table based upon given lookup criteria
    By Travis in forum Excel General
    Replies: 3
    Last Post: 03-15-2006, 10:35 AM
  4. VLOOKUP CONDITION TO RETURN BLANK CELL WHERE LOOKUP VALUE IS NOT IN TABLE ARRAY
    By Scott Lolmaugh in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-09-2006, 07:10 PM
  5. need Lookup table to return null or zero
    By simbob in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-24-2005, 09:05 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