Use a formula or formatting to display the current day of the week in Excel.
Formula to Show Current Day of Week
Formatting to Show Current Day of Week
This formula will update every day to show the current day of the week.
=TEXT(TODAY(),"dddd")

Result:

The TODAY() function returns the current day.
The TEXT() function allows us to return only the day of the week instead of any other part of the date.
You could also use NOW() instead of TODAY() if you need the current time for something else in the worksheet. The weekday would still be the only thing visible in the cell using the TEXT() function.
You can use dddd to show the full day name or ddd to show an abbreviated version of the day name.
If you already get the current day of the week entered into the workbook via a macro or from imported data, you can use simple formatting to return the day-of-week value from the date.



To get the current day in a formula, we are just combining either NOW() or TODAY() with the TEXT() function in order to return a custom format for the date.
Make sure to download the sample Excel file to work with this example.
Follow along with the tutorial by downloading the files used in it. (Completely Free)
Phone number is optional - we use it to send course discounts and weekly updates via SMS.