+ Reply to Thread
Results 1 to 7 of 7

count how many employees were termed in less than 90 days per Month

  1. #1
    Registered User
    Join Date
    09-01-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    22

    count how many employees were termed in less than 90 days per Month

    Hello,

    I am trying to get a count of how many were termed in less than 90 and more than 90 days per month.

    In Column A I have their hire date, In Column B I have their Termed Date (If they have been termed), In Column C I have their number of days worked.
    I need a formula that tells me in "March" I had ? that were termed in less than 90 days and ? total number termed in total for each month.

    I tried to attach a sample table but was unable to.

    Thanks for any help
    Granny
    Attached Files Attached Files
    Last edited by Granny; 04-06-2016 at 12:36 PM. Reason: Add file

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: count how many employees were termed in less than 90 days per Month

    Withdrawn by FR
    Dave

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: count how many employees were termed in less than 90 days per Month

    To attach a file to your post,
    click advanced (next to quick post),
    scroll down until you see "manage file",
    click that and select "add files" (top right corner).
    click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.

    Probably the easiest way tio do this would be to add a helper column and calc the days before Term, then use COUNTIF(helper-column,"<=90") then just change the <=90 bit
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    09-01-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: count how many employees were termed in less than 90 days per Month

    Thank you I have attached a template of what I am needing.
    Attached Files Attached Files

  5. #5
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: count how many employees were termed in less than 90 days per Month

    Edited grid below needed clarification.

    Try this.

    I changed the month headers to actual dates (first of the month works). It simplifies the formulas.

    Row\Col
    E
    F
    G
    H
    I
    J
    K
    2
    Mar
    Apr
    May
    Jun
    Jul
    Aug
    3
    3
    6
    0
    0
    0
    0
    In E3 filled across =SUMPRODUCT(--(MONTH($B$2:$B$19)=MONTH(E$2)))
    4
    2
    2
    0
    0
    0
    0
    In E4 filled across =SUMPRODUCT(--(MONTH($B$2:$B$19)=MONTH(E$2)),--($C$2:$C$19<=90))
    Last edited by FlameRetired; 04-06-2016 at 01:25 PM.

  6. #6
    Registered User
    Join Date
    09-01-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: count how many employees were termed in less than 90 days per Month

    Thank you!

  7. #7
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: count how many employees were termed in less than 90 days per Month

    You're welcome. Thank you for the feedback.

+ 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. [SOLVED] Count number days absent for different employees with multiple date ranges.
    By monkeypants in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-20-2015, 08:32 PM
  2. Forecast How Many Employees To Hire Based on Active and Termed Employees
    By Kanook22 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-12-2014, 01:19 PM
  3. Count days per month within a period
    By Cunner in forum Excel General
    Replies: 4
    Last Post: 02-03-2014, 06:12 AM
  4. Count Days in Month
    By cartica in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-12-2013, 09:48 PM
  5. Count unique days within month
    By jirib in forum Excel General
    Replies: 7
    Last Post: 08-26-2010, 06:12 PM
  6. How to count # of days in a month from a list of days
    By vinnygamz in forum Excel General
    Replies: 3
    Last Post: 07-20-2009, 05:02 PM
  7. [SOLVED] Count number of days in given month?
    By Bryan in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-02-2005, 08:06 PM

Tags for this Thread

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