![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Date and Time > WEEKDAY |
WEEKDAY(serial_number, return_type) |
| Returns the day of the week for a given date. |
| serial_number | The date as a serial number. | |
| return_type | The number that specifies on what day the week begins: 1 = Sunday 2 = Monday 3 = Tuesday 4 = Wednesday 5 = Thursday 6 = Friday 7 = Saturday |
| REMARKS |
| The "serial_number" can be a date value, a serial number or a reference to a cell containing a date. | ||
| The "serial_number" cannot be a text string. | ||
| If "return_type" is left blank, the 1 is used. | ||
| You should try and enter your dates using the DATE() function. | ||
| You can also use the TEXT() function to convert a value to a specified number format. |
| EXAMPLES |
|
| Functions - W | Index - W | Dates & Times | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |