+ Reply to Thread
Results 1 to 5 of 5

Returning the newest date entry for an employee on a separate sheet

  1. #1
    Forum Contributor
    Join Date
    12-15-2005
    MS-Off Ver
    Office 2007
    Posts
    346

    Returning the newest date entry for an employee on a separate sheet

    On the attached sheet, I am looking to return the newest date entry for a employee.

    The sheet shows what I am attempting to do, basically employees will have a series of dates next to their name.

    Thanks for any help,
    Nick
    Attached Files Attached Files
    Last edited by avidcat; 09-14-2012 at 05:57 PM.

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Returning the newest date entry for an employee on a separate sheet

    In List sheet D2, enter with Ctrl + Shift + Enter key enter together

    =MAX(IF(Data!$A$2:$A$31=List!A2,Data!$B$2:$B$31))

  3. #3
    Forum Contributor
    Join Date
    12-15-2005
    MS-Off Ver
    Office 2007
    Posts
    346

    Re: Returning the newest date entry for an employee on a separate sheet

    Awesome! Works just as I needed it.

  4. #4
    Forum Contributor
    Join Date
    12-15-2005
    MS-Off Ver
    Office 2007
    Posts
    346

    Re: Returning the newest date entry for an employee on a separate sheet

    I marked it solved, but I had another request, if no date has been entered as of yet for that employee, how can it show a "blank" instead of a date of January 00, 1900?

  5. #5
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Returning the newest date entry for an employee on a separate sheet

    Maybe like this. =IF(MAX(IF(Data!$A$2:$A$31=List!A2,Data!$B$2:$B$31))="", "", MAX(IF(Data!$A$2:$A$31=List!A2,Data!$B$2:$B$31)) )

+ 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