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

Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.

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: