FormulaCraft

How to get the day of the week from a date in Excel and Google Sheets

Excel & Google Sheets
=TEXT(A2, "dddd")

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. 1Put the date in A2.
  2. 2Enter =TEXT(A2, "dddd") to show the full weekday name (e.g. Monday).
  3. 3Use "ddd" for the short name (Mon), or WEEKDAY(A2, 2) for a number with Monday = 1.

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 get just the weekday number?

Use WEEKDAY. The second argument sets the scheme — WEEKDAY(A2, 2) returns Monday=1 through Sunday=7.

Formulas used

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

Last reviewed: