+ Reply to Thread
Results 1 to 2 of 2

Lookup value based on another cell

Hybrid View

her.rockstar Lookup value based on another... 01-30-2013, 11:38 AM
p24leclerc Re: Lookup value based on... 01-30-2013, 12:39 PM
  1. #1
    Forum Contributor her.rockstar's Avatar
    Join Date
    01-11-2013
    Location
    Saint John, NB
    MS-Off Ver
    Office 365
    Posts
    194

    Lookup value based on another cell

    Hi,

    I have a cell that I would like to display a value from another table. This will depend on the month I select from a drop down list.

    I was trying to use the lookup function, it just doesn't seem to want to work.


    dummy6.xls

  2. #2
    Forum Expert p24leclerc's Avatar
    Join Date
    07-05-2010
    Location
    Québec
    MS-Off Ver
    Excel 2021
    Posts
    2,081

    Re: Lookup value based on another cell

    here is a formula that should work for you: place it in cell A4
    =HLOOKUP($C$1,$F$1:$Q$12,ROW(A2),FALSE)
    When you copy this formula to cells below A4, the ROW(A2) section will be changed to reflect the new formula position. For cell A5 it will be ROW(A3) returning the value of 3 for the look up function. And so on.
    Pierre Leclerc
    _______________________________________________________

    If you like the help you got,
    Click on the STAR "Add reputation" icon at the bottom.

+ 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