+ Reply to Thread
Results 1 to 3 of 3

Display matched table data in another sheet

  1. #1
    Registered User
    Join Date
    08-30-2009
    Location
    Vancouver
    MS-Off Ver
    Excel 2003
    Posts
    2

    Display matched table data in another sheet

    hi,


    I have been trying to make this work with index and match for hours with no luck.


    I have a table with names in column 1 and the date as row 1. The corresponding cells contain the data I want to link to in another sheet and display them by the data/date

    Ex,

    Name 01-Sep 02-Sep 03-Sep

    bob A1 A1 "blank"
    joe A2 "blank" A2
    steve A3 A3 A3

    I want it to display in another sheet with column 1 data and row 1 as date if the data has a match versus that date;

    01-Sep 02-Sep 03-Sep

    A1 X X
    A2 X X
    A3 X X X



    The data is in list boxes.


    Help would be appreciated, i have included the sheet.

    Thanks
    Attached Files Attached Files
    Last edited by vanir; 08-30-2009 at 09:04 PM.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Display matched table data in another sheet

    In position!B4 and copy down and across, =INDEX(employee!$A$4:$A$7, MATCH(position!$A4, employee!B$4:B$7, 0))
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    08-30-2009
    Location
    Vancouver
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Display matched table data in another sheet

    works perfectly!

    You just made my day

+ 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