How to Get the Day of the Week from a Date in Excel (Sunday, Monday, etc.)
Learn how to extract the full or abbreviated day name from a date in Excel using the TEXT function with easy formulas.
369 views
To get the day of the week from a date in Excel, use the following formula: `=TEXT(date, "dddd")` for the full name (e.g., Sunday) or `=TEXT(date, "ddd")` for an abbreviated name (e.g., Sun). For example, if your date is in cell A1, you can enter `=TEXT(A1, "dddd")` to display the full day name. This formula effectively converts the date into the day of the week, making your data more comprehensible.**
FAQs & Answers
- What formula shows the day of the week from a date in Excel? Use =TEXT(date, "dddd") to display the full day name or =TEXT(date, "ddd") for the abbreviated day name.
- Can I get just the weekday abbreviation in Excel? Yes, use =TEXT(date, "ddd") to get an abbreviated weekday name like Sun or Mon.
- How do I apply the day name formula to multiple cells? Enter the formula in the first cell and then drag the fill handle down to apply it to other cells.