+ Reply to Thread
Results 1 to 2 of 2

lookup a value from another worksheet

  1. #1
    Registered User
    Join Date
    09-14-2011
    Location
    MA, US
    MS-Off Ver
    Excel 2007
    Posts
    6

    lookup a value from another worksheet

    Hi All,

    I am stucked on the formular: I have data sitting in Sheet1. And in Sheet2 range C2:K4, I am trying to look up the value from Sheet1, eg, the value in C2 should be 200, and D2 should be 201..... Can anyone help me with writing a formular?

    A sample file is attached.

    Any help would be greatly appreciated!
    Attached Files Attached Files
    Last edited by slin2478; 02-16-2012 at 05:41 PM. Reason: title issue

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,371

    Re: lookup a value from another worksheet

    Cell C2: =INDEX(Sheet1!$D$2:$D$28,MATCH(Sheet2!$A2&Sheet2!C$1,Sheet1!$A$2:$A$28&Sheet1!$C$2:$C$28,0))

    committed with Ctrl-Shift-Enter rather than just Enter

    The formula will be displayed in the formula bar as follows:

    {=INDEX(Sheet1!$D$2:$D$28,MATCH(Sheet2!$A2&Sheet2!C$1,Sheet1!$A$2:$A$28&Sheet1!$C$2:$C$28,0))}

    copy across and down ... or down and across, whichever.


    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


+ 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