How to Create Salary Slip Format with Formula in Excel Sheet

Let’s assume we have a large worksheet that contains the information about several Employee salary statements. The data for the Employee name, the Identification Number, the Basic Salary of the Employee, and the Medical, House Rent, and Transportation Allowances, Provident Fund, and Income Tax deduction are given in Columns B, C, D, E, F, G, I and J respectively. We will create a salary slip format in Excel.

salary slip format in excel sheet with formula


Step 1 – Create the Dataset for the Salary Slip Format

Insert the details of the employees, including the name of the Employee, the Identification Number, the Basic Salary of the Employee, and the Medical, House Rent, Transportation allowance, Provident Fund, Income Tax, etc.


Step 2 – Calculate Gross Totals Using Formulas in Excel

Let’s consider that the Medical allowance is 15%, the House rent allowance is 35%, and the Transportation allowance is 10% of the Basic salary of an employee.

  • Calculate the Medical allowance of the employees which is 15% of the Basic salary. Select cell E7 and insert the following formula into it:
=D7*15%

Make Salary Slip Format in Excel Sheet to Calculate Gross Total

  • Press Enter.

  • AutoFill the formula to the rest of the cells in column E.

Make Salary Slip Format in Excel Sheet to Calculate Gross Total

  • Insert the following formula in cell F7 to get the Rent allowance:
=D7*35%
  • Press Enter on your keyboard.

  • AutoFill the formula to the rest of the cells in column F.

Make Salary Slip Format in Excel Sheet to Calculate Gross Total

  • Select cell G7 and insert the following formula for the transportation allowance:
=D7*10%
  • Hit Enter.

Make Salary Slip Format in Excel Sheet to Calculate Gross Total

  • AutoFill the formula to the rest of the cells in column G.

  • Select cell H7 and copy the following function to get the gross total:
=SUM(D7:G7)

Make Salary Slip Format in Excel Sheet to Calculate Gross Total

  • Press Enter.

Make Salary Slip Format in Excel Sheet to Calculate Gross Total

  • AutoFill to the rest of the cells in column G.

Make Salary Slip Format in Excel Sheet to Calculate Gross Total


Step 3 – Calculate Net Payable Values to Complete the Salary Slip Format

The Provident Fund and Income Tax will be deducted from the Gross Total salary and become the Net Payable salary. Let’s say the Provident Fund is 20% and the Income Tax deduction is 12% of the Basic salary of an employee.

  • Input the following formula in cell I7:
=D7*20%
  • Hit Enter.

Generate Salary Slip Format in Excel Sheet to Calculate Net Payable

  • AutoFill the formula to the rest of the cells in column I.

  • Calculate the Income Tax in a similar way.

  • Copy the following formula in cell K7 to get the Net Payable:
=H7-I7-J7

H7 is the Gross total salary, I7 is the Provident Fund balance, and J7 is the Income Tax of the employee.

Generate Salary Slip Format in Excel Sheet to Calculate Net Payable

  • Hit Enter.

  • AutoFill to the rest of the cells in column K.
  • This fills the sample dataset.

Generate Salary Slip Format in Excel Sheet to Calculate Net Payable


Download Practice Workbook

Download this practice workbook that you can use as a template. You may need to check with your local laws on the exact values for the taxes and deductions and apply them accordingly.


How to Make Salary Slip in Excel: Knowledge Hub


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

Get FREE Advanced Excel Exercises with Solutions!
Md. Abdur Rahim Rasel
Md. Abdur Rahim Rasel

MD. ABDUR RAHIM is a marine engineer proficient in Excel and passionate about programming with VBA. He views programming as an efficient means to save time while managing data, handling files, and engaging with the internet. His interests extend to Rhino3D, Maxsurf C++, AutoCAD, Deep Neural Networks, and Machine Learning, reflecting his versatile skill set. He earned a B.Sc in Naval Architecture & Marine Engineering from BUET, and now he has become a content developer, creating technical content... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo