+ Reply to Thread
Results 1 to 3 of 3

To Check the Headcount of Employees working continuous for 7&14 days

  1. #1
    Forum Contributor
    Join Date
    02-27-2015
    Location
    United Arab Emirates
    MS-Off Ver
    2013
    Posts
    162

    Question To Check the Headcount of Employees working continuous for 7&14 days

    Dear Experts,

    Could you please help me with the below query,

    I have list of employees with start date and end date worked continuously more than 7 days. Now I need to find on a particular date how many employees crossed 7-13 days and also >=14 days

    Thanks
    Attached Files Attached Files
    Regards,

    Fareed

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: To Check the Headcount of Employees working continuous for 7&14 days

    hi there, Fareed. for I6:
    =COUNTIFS(E:E,">=7",E:E,"<14")

    J6:
    =COUNTIF(E:E,">=14")

    it's great that you do uploaded an excel sample so that we do not have to manually key in your data to do a testing.

    but input the desired results so that we don't have to second-guess if what we are doing is correct or not. you may look at my signature to upload an eg that is easier to understand.

    if i really guessed it wrongly, please upload something according to my recommendations. try to use the solution i have given and we'll help to advise what went wrong.

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,901

    Re: To Check the Headcount of Employees working continuous for 7&14 days

    Try this in I6:

    =SUMPRODUCT(($H$6-$C$3:$C$401>=7)*($H$6-$C$3:$C$401<14))

    in J6:

    =SUMPRODUCT(--($H$6-$C$3:$C$401>=14))

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 08-16-2017, 02:11 AM
  2. Conducting headcount based on number of employees working a specific shift
    By joannechen101 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-02-2017, 01:47 PM
  3. Tracking employees days off - What approach should I take???
    By icyrius in forum Access Tables & Databases
    Replies: 1
    Last Post: 09-10-2016, 06:15 PM
  4. [SOLVED] count how many employees were termed in less than 90 days per Month
    By Granny in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-06-2016, 05:43 PM
  5. Replies: 2
    Last Post: 10-19-2013, 11:31 AM
  6. Replies: 1
    Last Post: 07-17-2013, 11:34 AM
  7. Replies: 8
    Last Post: 02-27-2013, 02:16 PM

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