How to Prepare a Meeting Attendance Sheet in Excel

In this article, we’ll describe how to create a meeting attendance sheet in Excel. We’ll assume that an organization holds meetings every day for a month, and prepare a meeting attendance register to record who attended and when.


Step 1 – Making an Information Worksheet

First we need to prepare an information worksheet containing the information necessary to create our meeting worksheet. For purpose of demonstration, we’ve created the following dataset of necessary information named Information Needed for Meeting Attendance. Our meeting attendance will have 12 months and 3 types of activities, namely Present, Planned Leave, and Unplanned Absent.

meeting attendance sheet in excel


Step 2 – Defining the Name of Month List

To define the month names in the list:

  • Go to Formulas > select the month names in the Month Column > click Define Names.

A New Name window will appear.

  • Enter Month for the Name.
  • Click OK.

Defining Name of Month List

The month names are listed as Month.

To list Type:

  • Go to the Formulas tab again > select the Type names in the Type Column > click Define Names.
  • In the New Name window, enter Type in the Name box and click OK.

meeting attendance sheet in excel

The Type names are also added to a list. We’ll use these two lists to fill validated values in our meeting attendance sheet.

Read More: How to Create Monthly Attendance Sheet in Excel with Formula


Step 3 – Creating the Template Structure

Now we create a template structure which serves as the skeleton of the meeting attendance sheet, and looks like this:.

We have added the Start Date and End Date of a month, along with columns to record the Present Percentage and Absent Percentage for each employee in the template.


Step 4 – Inserting Formulas for Month, Start Date and End Date

Next, we insert formulas to fill values for Month, Start Date, and End Date.

  • Select cell N2, the Name of the Month.
  • Go to the Data tab > select Data Tools > click Data Validation.

The Data Validation window will appear.

  • Go to Settings > select List in the Allow box > type =Month in the Source box > click OK.

meeting attendance sheet in excel

A drop-down bar of months is added in cell N2.

meeting attendance sheet in excel

  • Now, we’ll set the Start Date and End Date in cells E4 and M4 respectively.
  • To set the Start Date, enter the following formula in cell E4:
=DATEVALUE(“1”&N2)

Here, N2 refers to the month name in cell N2. As we are setting the Start Date, we select January as the month name.

  • Press ENTER to return output of 1/1/2022.
  • To set the End Date, enter the following formula in cell M4:
=EOMONTH(E4;0)

Here, E4 refers to the Start Date in cell E41/1/2022.

  • Press ENTER to return an End Date of 1/31/2022.

meeting attendance sheet in excel

Read More: How to Create a Monthly Staff Attendance Sheet in Excel


Step 5 – Entering the Dates

Now we’ll enter the dates in Row 7.

  • Enter the following formula in cell D7:
=E4

Here, E4 is the Start Date, i.e. 1/1/2022.

Entering the Dates

  • Press ENTER to return output of 1/1/2022.

We need to change this date format to dd type.

meeting attendance sheet in excel

  • Right-click on cell D7.
  • Select Format Cells from the context menu.

meeting attendance sheet in excel

The Format Cells window will appear.

  • Go to the Number tab > select Custom > enter dd in the Type box > click OK.

  • The output is 01.

  • To set the 2nd date, enter the formula below in cell E7:
=IF(D7<&M&4+1;D7+1;””)

Here, M4 is the End Date.

  • Press ENTER to return output of 02.

Note: If the output is again in short date format, change it to dd format by going to Format Cells again.

  • Use the Fill Handle to copy the formula across to cell K7.

We have dates up to 08.

meeting attendance sheet in excel

Now, we’ll add week names in Row 8.

  • Enter the following formula in cell D8:
=TEXT(D7;”ddd”)

Here, D7 is the first date of the month, 01.

  • Press ENTER to return the first day of the week, Saturday i.e. Sat.

  • To get the other days of the week, drag the Fill Handle right.

The output looks like this:

meeting attendance sheet in excel


Step 6 – Setting Up a Drop-Down Menu for the Attendance Cells

Next, we’ll set up a drop-down menu for the attendance cells in D9:K28.

  • Select the range D9:K28.
  • Go to the Data tab > select Data Tools > click Data Validation.

The Data Validation window will appear.

  • Click Settings > pick List in the Allow box > write =Type in the Source box > click OK.

meeting attendance sheet in excel

Drop-down bars will appear in every cell of the range D9:K28.


Step 7 – Inserting Data in the Attendance Cells

Using the drop-down lists in every cell, fill the attendance sheet with Type values up to Column 12 like in the image below.

Inserting Data in Attendance Cells


Step 8 – Inserting Formulas to Calculate Total Attendance

Now that we have all the raw data, we can work out the number of Present, Planned Leave and Absent days for each of the employees individually. We’ll use the COUNTIF function to find these values.

  • To calculate the Present days for Jane, enter the following formula in cell L9:
=COUNTIF(D9:K9;"P")

Here, D9:K9 refers to the attendance Type values for Jane.

Inserting Formulas to Calculate Total Attendance

  • Press ENTER and use the Fill Handle to get the Present days for Jane and the other employees up to Row 23.

meeting attendance sheet in excel

  • To calculate the Planned Leave (PL) values, enter the formula below in cell M9:
=COUNTIF(D9:K9;"PL")

  • Press ENTER and use the Fill Handle to get the Planned Leave days for Jane and the other employees.

In the same way, we’ll now find the Unplanned Absent (A) days of the employees.

  • Enter the formula below in cell N9:
=COUNTIF(D9:K9;"A")

  • Press ENTER, and use the Fill Handle to return outputs like this:

We’ll now calculate the Present Percentage of the Employees.

  • Enter the following formula in cell O9:
=L9/O9

Here, L9 and 09 refer to the Present days of Jane and Workdays respectively.

  • Press ENTER and use the Fill Handle to find the Present Percentage for all the employees.

Finally, we’ll calculate the Absent Percentage of the employees.

  • Enter the following formula in cell Q9:
=(M9+N9)/O9

Here, M9, N9, and O9 refer to the Planned Leave, Unplanned Absent, and Workdays for Jane respectively.

  • Press ENTER and use the Fill Handle to return the Absent Percentage of all the employees.

meeting attendance sheet in excel

Our meeting attendance sheet is ready to use.

Read More: How to Create Employee Attendance Sheet with Time in Excel


Download Practice Workbook


Related Articles

Get FREE Advanced Excel Exercises with Solutions!
Shajratul Alam Towhid
Shajratul Alam Towhid

Md Shajratul Alam Towhid, a BSc graduate in Naval Architecture & Engineering from Bangladesh University of Engineering and Technology, holds a pivotal role as an Excel & VBA Content Developer at ExcelDemy. Fueled by a deep passion for research and innovation, he actively engages with Excel. In his capacity, Towhid not only adeptly tackles complex challenges but also exhibits enthusiasm and expertise in gracefully navigating tough situations, emphasizing his unwavering commitment to consistently delivering exceptional, high-quality content that... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo