Article ID: 111640 - Last Review: November 15, 2004 - Revision: 4.0 Works: How to Display the Day of the WeekThis article was previously published under Q111640 SUMMARY
There is no function or format option to display the day of the week. For example, there is no way to display "Saturday" for 1/1/94.
The following formula will display the day of the week in both the Spreadsheet and Database documents:
=CHOOSE(MOD(<date field or cell>,7), NOTE: The above formula should be typed as one line in a Spreadsheet cell or Database field, where <date field or cell> refers to the field name or cell reference that contains the date or an actual serial number.
"Saturday","Sunday","Monday","Tuesday", "Wednesday","Thursday","Friday") MORE INFORMATION
Because the Works Date Serial Number 1 represents Jan 1, 1900 (which is a Sunday), and the CHOOSE function index starts with option 0, the list of weekday names must start on Saturday.
APPLIES TO
| Article Translations
|

Back to the top
