How to make a vacation schedule in Excel Download Example

As the heat continues outside, the vacation season is in full swing. Today's article will be relevant as we show you how to check how many employees are working on a given day and whether it's sufficient. This is a question one of the website readers wanted to find an answer to.

Of course, the method presented here will be useful for those of you working in the HR department or, for example, in the sales or customer service department, as well as for entrepreneurs.

 

How to Create a Vacation Schedule Chart Template in Excel

Let's assume that there are 15 people working in the sales department. We want at least 60% of the total to work daily, i.e., 9 people. If this condition is not met, the Excel vacation schedule template should notify about the shortage (it will indicate the shortage and highlight the cell borders in red).

The ready template looks like this (download at the end of the article):

Ready Vacation Schedule Template

Now, let's show you how to do it!

Initial view of the vacation schedule template at the initial development stage:

Vacation Schedule Template View

Firstly, let's calculate how many people are listed in our department on the graph. Enter the following formula in cell C1:

=COUNTA(A9:A23)

COUNTA Function

Now, let's calculate how many people make up 60% of the number of department employees (everyone except those on vacation). Enter the following formula in cell C3:

=ROUNDUP(C1*C2,0)

ROUNDUP Function

Great. The next step is to write a formula that will determine whether the employee is working on a given day or is on vacation. To quickly insert this formula automatically into the vacation schedule for all employees and all days, follow these steps:

  1. Select the range of cells E9:R23.
  2. Press the F2 key on the keyboard and enter the following formula:
  3. =IF(AND(E$8>=$B9,E$8<=$B9+$D9-1),"vacation","At work")
  4. Confirm entering the formula by using the Ctrl + Enter key combination. As a result, all cells in the range E9:R23 on the schedule will be filled with the formula:
  5. On Vacation At Work

To make the vacation schedule template more readable and visually analyze it, let's add a conditional formatting rule:

  1. Select the range of cells E9:R23 again.
  2. Choose the tool: "HOME"-"Styles"-"Conditional Formatting"-"Highlight Cells Rules"-"Equal To".
  3. Highlight Cells Rules
  4. In the appearing "Equal To" window, enter the value and choose the parameter as shown below:
  5. Equal To
  6. Click OK.

Next, we will calculate how many people are working on that day. To do this, fill the range of cells E7:R7 with the following formula:

=COUNTIF(E9:E23,"At work")

COUNTIF Function

To this same range (E7:R7), assign our own conditional formatting rule. We need to add red borders every time there are too few employees on a particular day (less than 9 in our example). To do this:

  1. Select the range E7:R7 and choose the tool "HOME"-"Styles"-"Conditional Formatting"-"Highlight Cells Rules"-"Less Than".
  2. Styles Formatting
  3. In the "Less Than" window that appears, enter the value and choose the parameter as shown below:
  4. Less Than
  5. Click OK to get the result.

Now let's determine what percentage of the whole team it is. Use the formula, which should be entered into the range of cells E6:R6:

Using the Formula

And finally: information on whether there is a shortage of employees or everything is fine? Use the formula for cells E5:R5:

=IF(E6<$C$2,"shortage","good")
IF Function Shortage Good

Finally, we have the following result:

Ready Vacation Schedule Template

We show only part of the data in the pictures. The attached file to this article has space for more days. Although we are confident that you will need even more.

download file Download an example of how to create a vacation schedule chart in Excel

Do you know anyone who could use the information presented above? Send them an email with a link to this article. Most likely, they will find it helpful.


en ru