+ Reply to Thread
Results 1 to 3 of 3

using lookup to return an answer from a table

  1. #1
    Registered User
    Join Date
    12-26-2010
    Location
    Cheshire, England
    MS-Off Ver
    Excel 2011
    Posts
    42

    using lookup to return an answer from a table

    Hello,

    I responded into an older thread - due to my not knowing what I was doing - I apologise .

    here is my problem:
    on one sheet of a workbook I have to enter two different figures - one is a number of pallets the other a Postcode, then I want to be able to return the value of that delivery from a table that has 5 columns (each referring to a post code) and 26 rows each referring to a number of pallets. So if the postcode is 'B' and the number of Pallets is 15, I need it to return the value in the table for that delivery - how do I go about it. Thus far it has been a manual exercise but I would like to 'automate it.

    So, for example, in I27 I want to return the value that corresponds to m32 in the table. The two 'variables are E26 and K24.

    If this makes sense can someone let me have a formula that works please - eternally grateful.

    Fftlookup.xls

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: using lookup to return an answer from a table

    Try

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: using lookup to return an answer from a table

    INEDX(..MATCH(.. can do it.

    I27:
    =INDEX($M$24:$Q$49,MATCH(E26,$L$24:$L$49,0),MATCH(K24,$M$23:$Q$23,0))

    I'd recommend using a format that repeats the placement of K24 in the corresponding rows of the Total, or you'll have to retarget the formula for each.

+ 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. Lookup value in a table, return cell below
    By burlywood66 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-25-2013, 11:16 AM
  2. Look up 'X' in a table of value ranges & return the correct answer
    By Tamarissa in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-07-2012, 01:36 PM
  3. Trying to return value based on lookup in table
    By jnrexcel in forum Excel General
    Replies: 10
    Last Post: 05-31-2011, 09:00 AM
  4. Lookup Multiple Criteria return One answer
    By cbanks in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-26-2006, 04:10 PM
  5. using lookup to return more than one answer in date format
    By Geni Slaughter in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-28-2005, 02:40 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