How to Create an Employee Database in Excel – Easy Steps

How to Create an Employee Database in Excel – 5 Steps

The following database showcases sample fields.

Sample Data


Step 1 – Insert Basic Details to Create an Employee Database

  • Enter each employee’s name.

Steps to Create an Employee Database in Excel

  • Enter the employee’s position.

Steps to Create an Employee Database in Excel

  • Enter the base salary.

Steps to Create an Employee Database in Excel

  • Enter the joining date.

Steps to Create an Employee Database in Excel


Step 2 – Use TODAY Function to Count Experience

  • Enter the following formula.
=TODAY()-E5)

Steps to Create an Employee Database in Excel

  • Result will be returned in Date format.

Steps to Create an Employee Database in Excel

  • Select Number on the ribbon and change the format to Number.

Steps to Create an Employee Database in Excel

  • The result will be displayed in days.

Steps to Create an Employee Database in Excel

  • To convert days into years, enter the following formula.
=(TODAY()-E5)/365

Steps to Create an Employee Database in Excel

  • The result will appear in F5 as 10.30.

Steps to Create an Employee Database in Excel

  • To count the number of complete years, enter the following formula.
=INT((TODAY()-E5)/365)

Steps to Create an Employee Database in Excel

  • Press Enter to see the result (10.00).

Steps to Create an Employee Database in Excel

  • Use the Fill Handle Tool across the cells you want to fill.

Steps to Create an Employee Database in Excel


Step 3 – Insert a Formula to Calculate the Present Salary

  • For a 5% increment per year, insert the following formula to calculate the present salary.
=D5*(1.05)^F5

Steps to Create an Employee Database in Excel

  • Press Enter.

Steps to Create an Employee Database in Excel

  • Use the Fill Handle Tool across the cells you want to fill.

Steps to Create an Employee Database in Excel


Step 4 – Insert a Drop-Down List

  • Click Data.
  • Select Data Tools.
  • Click Data Validation.

Steps to Create an Employee Database in Excel

  • In the Allow box, choose List.
  • To create a drop-down list with the employees’ names, select the range B5:B11.
  • Click OK.

Steps to Create an Employee Database in Excel

  • The drop-down list will be created.

Steps to Create an Employee Database in Excel

Read More: How to Create Student Database in Excel


Step 5 – Apply the VLOOKUP Function to Create an Employee Database in Excel

  • Enter the following formula in C15 to find the position an employee in the drop-down list in B5.
=VLOOKUP($B$15,$B$4:$G$11,MATCH(C4,$B$4:$G$4,0),FALSE)

Sample Data

  • Press Enter to see the position (Team Leader) of the employee (William).

Sample Data

  • Drag the AutoFill Tool from the left to the right to fill the cells.

Sample Data

  • Select currency ($) and date format.

Sample Data

  • Choose an employee’s name from the drop-down list.

Sample Data

  • All fields (i.e., positions, salaries, and experiences) change, matching the employee’s name.

Sample Data

Read More: How to Create a Recipe Database in Excel


Download Practice Workbook

Download this practice workbook to exercise.


Related Articles

<< Go Back To Database in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Bhubon Costa
Bhubon Costa

Bhubon Costa, B.Sc. in Naval Architecture & Marine Engineering from Bangladesh University of Engineering & Technology, has worked with the ExcelDemy since 2021. Currently, he has been working as a reviewer. Notably, he has written over 90 articles and led several VBA content development teams. He has a great passion for the fields of data analytics and data science. His areas of expertise include Excel VBA, Power Query, Pivot Table, Power BI, MySQL, PostgreSQL, machine learning, and Python... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo