+ Reply to Thread
Results 1 to 2 of 2

lookup formula

Hybrid View

  1. #1
    Registered User
    Join Date
    08-03-2010
    Location
    puckeridge,herts
    MS-Off Ver
    Excel 2003
    Posts
    45

    lookup formula

    Hello All

    I am setting up a absence log at work, and am having some trouble with a lookup formula.
    I have attached an example workbook. (my example is of only a few names, but the actual one will be approx 250 names)

    On sheet 1 is the data entry. Names are listed down column C, and the dates are listed in Row 4. An "A" will be typed in the relevent cell when someone is absent.

    On sheet 2, I want to do a summary of an individual. There is a drop down box to select a name. I am having trouble getting the date when an A is input on sheet 1.

    When I select the name on sheet 2, how can I get the correct date from Row 4?

    thanks

    Darren
    Attached Files Attached Files
    Last edited by mdot218; 03-24-2012 at 07:26 AM.

  2. #2
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    365
    Posts
    2,243

    Re: lookup formula

    If you have duplicate names, this will only returns first employee's date

    =INDEX(Sheet1!C4:H4,MATCH("A",INDEX(Sheet1!C5:H9,MATCH(C5,names,0),0),0))
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

+ 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