Employee Salaries

Find the Minimum and Maximum Salaries in a Company

Understanding the salary range within a company is crucial for HR management, salary reviews, and ensuring equitable pay structures. Excel provides powerful functions that can help you quickly find the minimum and maximum salaries in your dataset. In this article, we will explore how to use the MIN and MAX functions to determine these values. We will also look at an example and provide an exercise to practice these skills.

Example

Let's consider a table with the following employee salary data:

Employee NameSalary
John Doe45000
Jane Smith55000
Emily Davis60000
Michael Brown47000
Sarah Johnson52000

Exercise

Using the following employee salary data, find the minimum, maximum, and average salaries and the range of salaries:

  1. Create a table similar to the one shown in the example.
  2. Use the appropriate Excel functions (MIN, MAX, AVERAGE) to calculate the minimum, maximum, and average salaries, and the range of salaries.

Solution

In the exercise table:

  • Cell C7 should contain the formula =MIN(B2:B6) to find the minimum salary.
  • Cell D7 should contain the formula =MAX(B2:B6) to find the maximum salary.
  • Cell E7 should contain the formula =AVERAGE(B2:B6) to find the average salary.
  • Cell F7 should contain the formula =MAX(B2:B6)-MIN(B2:B6) to find the range of salaries.

When these formulas are applied, they will provide the minimum, maximum, and average salaries, as well as the range from the given data set. Using these functions together allows for a comprehensive analysis of the salary data, aiding in better financial planning and salary management.

Please enable JavaScript in your browser to complete this form.
How would you rate this post?
Do you think adding a video explanation would be useful?
Your Excel Skill Level