FormulaCraft

How to calculate net pay in Excel and Google Sheets

Topic:Finance basics
Excel & Google Sheets
=A2-SUM(B2:D2)

Verified example

Computed by a real spreadsheet engine on the sample data below.

Gross PayTaxInsurancePensionNet Pay
50001000300200
4200840252168
65001300390260
3800760228152

=A2-SUM(B2:D2)3500

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1Set up columns: A = Gross Pay, B = Income Tax, C = National Insurance / Social Security, D = Pension Contribution.
  2. 2In E2 enter =A2-SUM(B2:D2) to calculate net pay.
  3. 3Add more deduction columns as needed and extend the SUM range.
  4. 4Format the result as Currency.

Tips

Need it for your exact data?

Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.

Frequently asked

How do I calculate each deduction as a percentage of gross?

For example, for 20% income tax in B2: =A2*0.20. For a variable rate stored in E1: =A2*E1.

Can this handle variable deductions?

Yes — you can combine fixed amounts and percentage-based deductions in separate columns and SUM them all: =A2-SUM(B2:D2)-F2 where F2 is a fixed amount.

More on Finance basics

See all →

Formulas used

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: