+ Reply to Thread
Results 1 to 7 of 7

% of staff on annual leave

  1. #1
    Registered User
    Join Date
    07-22-2015
    Location
    scotland
    MS-Off Ver
    2013
    Posts
    3

    % of staff on annual leave

    I am trying to create an annual leave calender with a cell at the bottom that states the percentage of staff on annual leave per day as we cannot have more than 20% staff off at one time. ex - Monday - 4 people off from a staff of 30 people new to excel so any suggestions how to do this would be good
    Last edited by tfograham; 07-22-2015 at 06:15 PM.

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,943

    Re: % of staff on annual leave

    If you have a list of people down column A, and a list of dates across row 1, with "Annual Leave" entered into the row for the person and the column for the date, then at the bottom of the column - say, column B, use a formula like

    =COUNTIF(B$2:B$31,"Annual Leave")/30

    Formatted as percentage.

    If you have varying numbers of people over the course of the year, then you may need to use a formula like

    =COUNTIF(B$2:B$31,"Annual Leave")/COUNTAF(B$2:B$31)

    which would work if you have an entry in every cell of the column.
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Registered User
    Join Date
    07-22-2015
    Location
    scotland
    MS-Off Ver
    2013
    Posts
    3

    Re: % of staff on annual leave

    This is what I am working from.p6PCbG7.png

  4. #4
    Valued Forum Contributor
    Join Date
    02-07-2013
    Location
    Philippines
    MS-Off Ver
    Excel Online; 365
    Posts
    610

    Re: % of staff on annual leave

    in the % row type this formula:

    =e9/30 copy across
    If I've helped U pls click on d *Add Reputation

  5. #5
    Registered User
    Join Date
    07-22-2015
    Location
    scotland
    MS-Off Ver
    2013
    Posts
    3

    Re: % of staff on annual leave

    Quote Originally Posted by bhenlee View Post
    in the % row type this formula:

    =e9/30 copy across
    Thanks for your help it is working how i expected now.

  6. #6
    Valued Forum Contributor
    Join Date
    02-07-2013
    Location
    Philippines
    MS-Off Ver
    Excel Online; 365
    Posts
    610

    Re: % of staff on annual leave

    great. please mark this thread as Solved if you're satisfied with the solution.

  7. #7
    Forum Contributor
    Join Date
    07-16-2015
    Location
    Aberdeen, Scotland
    MS-Off Ver
    Excel 2010
    Posts
    121

    Re: % of staff on annual leave

    Hi try this one which I have taken an extract of from one used at work and added in the %
    Attached Files Attached Files

+ 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. Staff Annual Leave Planner Vba
    By simran555 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-23-2015, 05:45 PM
  2. Annual Leave and Sick Leave fiel
    By lauphyon in forum Excel General
    Replies: 2
    Last Post: 06-24-2014, 05:00 AM
  3. Sick leave annual leave minutes spreadsheet
    By News12kim in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-22-2013, 03:28 AM
  4. staff leave and sick leave planner
    By Just granite in forum Excel General
    Replies: 1
    Last Post: 05-25-2012, 03:15 AM
  5. Replies: 1
    Last Post: 05-18-2011, 10:46 PM
  6. Annual Leave
    By Aussie Peter in forum Excel General
    Replies: 1
    Last Post: 01-30-2006, 11:30 PM
  7. [SOLVED] annual leave planner for approx 100 staff members
    By wally in forum Excel General
    Replies: 1
    Last Post: 03-22-2005, 08:06 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