Microsoft Office Online
Sign in to My Office Online (What's this?) | Sign in

 
 
Help and How-to
Search
Search
 
 
 
 
Warning: You are viewing this page with an unsupported Web browser. This Web site works best with Microsoft Internet Explorer 6.0 or later, Firefox 1.5, or Netscape Navigator 8.0 or later. Learn more about supported browsers.

Show dates as days of the week
 

Let's say you want to see the date displayed for a date value in a cell as "Monday" instead of the actual date of "October 3, 2005." There are several ways to show dates as days of the week.

What do you want to do?

Format cells to show dates as the day of the week

Convert dates to the text for the day of the week



Format cells to show dates as the day of the week

  1. Select the cells that contain dates that you want to show as the days of the week.
  2. On the Format menu, click Cells, and then click the Number tab.
  3. Under Category, click Custom, and in the Type box, type dddd for the full name of the day of the week (Monday, Tuesday, and so on), or ddd for the abbreviated name of the day of the week (Mon, Tue, Wed, and so on).

Top of PageTop of Page


Convert dates to the text for the day of the week

To do this task, use the TEXT function.

Example

The example may be easier to understand if you copy it to a blank worksheet.

ShowHow to copy an example

  1. Create a blank workbook or worksheet.
  2. Select the example in the Help topic.

    Note  Do not select the row or column headers.

    Selecting an example from Help

    Selecting an example from Help

  3. Press CTRL+C.
  4. In the worksheet, select cell A1, and press CTRL+V.
  5. To switch between viewing the results and viewing the formulas that return the results, press CTRL+` (grave accent), or on the Tools menu, point to Formula Auditing, and then click Formula Auditing Mode.
 
1
2
3
A
Date
19-Feb-2007
3-Jan-2008
Formula Description (Result)
=TEXT(A2, "dddd") Calculates the day of the week for the date and returns the full name of the day of the week (Monday)
=TEXT(A3, "ddd") Calculates the day of the week for the date and returns the abbreviated name of the day of the week (Thu)

Function details

TEXT

Top of PageTop of Page

advertisement