How to Calculate Net Salary in Excel: 6 Methods

Method 1: Employee Database & Basic Salary Structure

The figure below shows basic salary structure of a company, and we want to calculate the net salary by adding allowances and subtracting deductions.

Step by Step Procedures to Calculate Net Salary in Excel


Method 2 – Create Allowance and Deduction Structure

The figure shows the allowance percentages of basic salary given by the company, among which medical expenses, yearly profit bonus, festival bonus, and house rent are included, and the deduction percentage of basic salary made due to provident fund and income tax.

Step by Step Procedures to Calculate Net Salary in Excel


Method 3 – Apply Data Validation Feature

  • Select cell B5.
  • Use the Data Validation feature in this cell.

  • Go to the Data Tab.
  • From the Data Tools section, we select the Data Validation option.

Insert Data Validation 

  • Select the Data Validation option, the Data Validation window will instantly pop up.

  • From The feature Allow in the Data Validation window, we select List.
  • Then OK.

Insert Data Validation To Calculate Salary in Excel

  • Insert the dataset range in the Source option.
  • The range of datasets is:
=DATASET!$B$5:$B$12

Insert Data Validation To Calculate Salary in Excel


Method 4 – Calculating Gross Salary in Excel

  • Gross Salary is the summation of basic salary and allowance.
  • Use the Data Validation feature.
  • A specific employee can be chosen from the list.
  • Calculate the salary of Catherine Mitchell.

Step by Step Procedures to Calculate Net Salary in Excel

  • Select the Dataset range.
  • Use the VLOOKUP function of Excel.
  • Use the formula in cell C5:
=VLOOKUP(B5,DATASET!B5:C12,2,FALSE)

  • Get medical expenses using the VLOOKUP function in cell C7.
  • Get the Basic Salary of  ‘Catherine Mitchell’.
  • Get the medical expense the below formula is used:
=$C$5*VLOOKUP(B7,'ALLOWANCE AND DEDUCTION'!$E5:$F8,2,FALSE)

Step by Step Procedures to Calculate Net Salary in Excel

How Does the Formula Work?

  • VLOOKUP(B5,DATASET!B5:C12,2,FALSE)

The function searches for value cell B6 cell according to the Database values of employees in worksheets ranging from B5 to C12. It returns the respective 2nd column result from the following selection where the B6 cell’s value is found.

  • $C$5*VLOOKUP(B7,’ALLOWANCE AND DEDUCTION ‘!$E5:$F8,2,FALSE)

$C$6 value is then multiplied by the result. The result is $200.00

Step by Step Procedures to Calculate Net Salary in Excel

  • The total value of allowances can be calculated using the SUM function:

=SUM(C7:C10)

  • Get the Gross Salary we use the SUM function in cell C6 and cell C14.
  • Total Allowances through the below formula:

=SUM(C5, C11)
  • The result will look like the below image:


Method 5 – Deduction Calculation

  • Use the Data Validation feature in cell B5.
  • Calculate the Basic Salary using the formula below:
=VLOOKUP(B5,DATASET!B5:C12,2,FALSE)
  • The result will look like this:

  • Select cell C8.
  • Calculate the income tax using the below VLOOKUP function formula:
=$C$5*VLOOKUP(B7,'ALLOWANCE AND DEDUCTION'!$E11:$E12,2,FALSE)

How Does the Formula Work?

  • VLOOKUP(B8,’ALLOWANCE AND DEDUCTION ‘!$E11:$E12,2,FALSE)

The VLOOKUP function searches for value cell B8 in the range E11:E12. It returns the respective 2nd column result from the following selection where we found the B8 cell’s value.

  • $C$6*VLOOKUP(B8,’ALLOWANCE AND DEDUCTION ‘!$E5:$F8,2,FALSE)

The $C$6 value is then multiplied by the result. The result is $240.00.

  • Use the Fill Handle tool.
  • Get the provident fund amount as well.

Step by Step Procedures to Calculate Net Salary in Excel

  • At last, we use the SUM function in cell C11 to get the total deduction:

=SUM(C7:C8)
  • The final result will look like the below image:

Step by Step Procedures to Calculate Net Salary in Excel


Method 6 – Calculating Net Salary

  • Calculate Net Salary.
  • Copy and paste the link to the Gross Salary in the Net Salary sheet.
  • Use the below formula:

='GROSS SALARY CALCULATION'!$C$12
  • The result will look like the below image:

Step by Step Procedures to Calculate Net Salary in Excel

  • Copy and paste the link into the net salary sheet.
  • Use the below formula:

='DEDUCTION CALCULATION'!$C$9
  • The outcome will look like the below image:

Step by Step Procedures to Calculate Net Salary in Excel

  • Select cell C8 and use the below formula:
=C6-C7
  • The final outcome will look like the below image:

Step by Step Procedures to Calculate Net Salary in Excel


Download Practice Workbook

Download the following workbook to practice by yourself.


<< Go Back to Salary | Formula List | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Farzana Ferdous
Farzana Ferdous

Farzana Ferdous, a graduate of Materials & Metallurgical Engineering from Bangladesh University of Engineering & Technology, serves as a technical content creator in the ExcelDemy project. Possessing a passion for innovation and critical thinking, she actively embraces challenges. Beyond her engineering background, she exhibits a keen interest in Excel, having authored numerous articles on Excel & VBA-related issues to simplify the experience for users facing obstacles in Excel. Besides, she is also interested in Advanced Excel,... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo