+ Reply to Thread
Results 1 to 9 of 9

Complicated Lookup or Index +Match function

  1. #1
    Registered User
    Join Date
    03-02-2011
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    29

    Complicated Lookup or Index +Match function

    I have spreadsheet which has the details of the boilers installed in a property. in column A, I have the make of the boiler, Column B have the model and Column C have the size. for eg.

    Worcester Greenstar 28i.

    Now I need to look up this info from another sheet which has all the boiler details and pull off the manufactured date.

    Is there any was of achieiving this info without Concanating the 3 columns to 1 and using vlookup?

    Thank you.

  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: Complicated Lookup or Index +Match function

    Using ARRAY INDEX & MATCH is a way..
    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
    Registered User
    Join Date
    09-18-2013
    Location
    Northern Ireland
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Complicated Lookup or Index +Match function

    if i understand u right, all you need to do is create a new column and combine the other columns (i.e. =A2 & " " & B2 & " " & C2)
    this will give u a column u can use as a lookup_value...


    [EDIT] Sorry just realized u said u didnt want to combine the columns... you could just combine them within the formulae =vlookup(A2 & " " & B2 & " " & C2,TABLE ARRAY,COL NUM,False) [/EDIT]
    Last edited by Shakey88; 09-18-2013 at 08:50 AM.

  4. #4
    Registered User
    Join Date
    03-02-2011
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    29

    Re: Complicated Lookup or Index +Match function

    Will you be able to post the formula please?

  5. #5
    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: Complicated Lookup or Index +Match function

    =index(range,match(a2&b2&c2,range&range&range,0))

    ARRAY formula.

    -- Array(CSE) { }, formulae are confirmed with Control+Shift+Enter.
    Not just Enter.

  6. #6
    Registered User
    Join Date
    03-02-2011
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    29

    Re: Complicated Lookup or Index +Match function

    Thanks for your help.

    So far I did {=INDEX(range,MATCH(A2&B2&C2,Boilers!E:E&Boilers!F:F&Boilers!G:G,0))} but I need to pull off column J from boilers tab but I dont know how to do this. your help will be much appreciated.

  7. #7
    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: Complicated Lookup or Index +Match function

    =INDEX(Boilers!j:j,MATCH(A2&B2&C2,Boilers!E:E&Boilers!F:F&Boilers!G:G,0))

    and as an advice DON'T use whole columns reference. Formula will be too slow...

  8. #8
    Registered User
    Join Date
    03-02-2011
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    29

    Re: Complicated Lookup or Index +Match function

    you are amazing. Thanks very much for your help. I shall limit to the size of my spreadsheet.

  9. #9
    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: Complicated Lookup or Index +Match function

    You are welcome and thanks for the feed back.

    As that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED,as per Forum Rule #9. Thank you.

    Also, as a new member of the forum, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

+ 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. Complicated Index Match Offset function
    By Harlan Grove in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 09-06-2005, 09:05 AM
  2. Complicated Index Match Offset function
    By Harlan Grove in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 09-06-2005, 08:05 AM
  3. [SOLVED] Complicated Index Match Offset function
    By Bob in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM
  4. Complicated Index Match Offset function
    By Bob in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM
  5. more complicated index() / match() function?
    By theillknight in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-15-2005, 07:15 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