FP

FormulaPilot

Spreadsheet formula tools

Open generator
Excel how-to guide

How to weekday name in Excel

Add a weekday column to a schedule, highlight weekend rows, or show which day of the week transactions occurred.

beginnerDate & TimeTEXT reference

Step-by-step instructions

How to weekday name3 steps

1

Reference the cell containing the date.

2

Use "DDDD" as the format string to return the full weekday name.

3

Use "DDD" for the abbreviated name (Mon, Tue, Wed…).

Example data

Worked example

DateDay Name
2026-03-23Monday
2026-03-24Tuesday
2026-03-28Saturday

Common mistakes

Errors to watch out for

Returns "Wednesday" for every row

Make sure you are referencing a date cell, not a text string that looks like a date. Convert text dates with DATEVALUE first.

Language is wrong

TEXT returns day names in the language of your Excel installation. This cannot be changed without a custom formula using CHOOSE and WEEKDAY.

FAQ

Frequently asked questions

How do I check whether a date falls on a weekend?

Use WEEKDAY(A2,2) which returns 6 for Saturday and 7 for Sunday with Monday=1 numbering. Then use IF(WEEKDAY(A2,2)>5,"Weekend","Weekday").

Need a custom variation?

Describe your exact spreadsheet problem — get the formula in seconds.

Open AI Formula Generator — Free

Related how-to guides

Continue learning.