Results 1 to 8 of 8

How to find next scheduled date of employee

Threaded View

  1. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: How to find next scheduled date of employee

    1. Change the dates in schedule to real dates.

    2. To return the next DATE:
    =IFERROR(INDEX(Schedule!$B$1:$H$1,MATCH(1,(Schedule!$B$1:$H$1>=TODAY())*(INDEX(Schedule!$B$2:$H$6,MATCH(A2,Schedule!$A$2:$A$6,0),)<>"Off"),0)),"")

    3. To return the next TIME:
    =IFERROR(INDEX(Schedule!$B$2:$H$6,MATCH(A2,Schedule!$A$2:$A$6,0),MATCH(C2,Schedule!$B$1:$H$1,0)),"")

    Obviously, if you want the search to EXCLUDE today, remove the bit in red from the fromula at 2).
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 09-30-2020, 01:09 PM
  2. Replies: 1
    Last Post: 09-24-2020, 04:23 AM
  3. [SOLVED] Find date of which employee satisfies two conditions
    By kv.singh in forum Excel Formulas & Functions
    Replies: 29
    Last Post: 06-15-2020, 02:51 AM
  4. [SOLVED] Need Help with formula to calculate "hours scheduled" based on employee's number
    By Dnakr in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-11-2014, 02:56 PM
  5. Replies: 1
    Last Post: 10-31-2012, 10:11 PM
  6. [SOLVED] Find start date and end date for the employee
    By Solomon14all in forum Excel General
    Replies: 2
    Last Post: 09-29-2012, 12:46 AM
  7. Find and calculate employee hours within date range
    By rockytop80 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-14-2011, 11:43 AM

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