FormulaCraft

How to convert an annual salary to monthly in Excel and Google Sheets

Topic:Finance basics
Excel & Google Sheets
=A2/12

Verified example

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

Annual SalaryMonthly Gross
60000
85000
120000
45000

=A2/125000

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. 1Enter annual salaries in column A.
  2. 2For monthly pay: =A2/12 in B2.
  3. 3For semi-monthly (24 pay periods): =A2/24.
  4. 4For bi-weekly (26 pay periods): =A2/26.
  5. 5Format the result column 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 the daily rate from annual salary?

Divide by working days: =A2/260 for a 5-day week with no holidays, or use =A2/NETWORKDAYS(DATE(YEAR(TODAY()),1,1),DATE(YEAR(TODAY()),12,31)) for the actual count.

How do I convert monthly to annual?

Simply multiply by 12: =A2*12.

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: