Returns the number representing the day of the week for a given date.
Syntax
date: The date for which you want to find the day of the week. E.g. "3/4/2020"
type: Determines the numbering system to use. Defaults to 1 if omitted.
1 - days are counted with Sunday as the first day i.e. 1
2 - days are counted with Monday as the first day i.e. 1
3 - days are counted with Monday as the first day i.e. 0
Examples
Formula |
Result |
=WEEKDAY("3/4/2020";2) |
3 |
=WEEKDAY("3/4/2020";3) |
2 |
=WEEKDAY("3/4/2020";1) |
4 |
Possible Errors
Errors |
Meaning |
#N/A! |
|
#NAME! |
|
#VALUE! |
|
#REF! |
|
Similar Functions
Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.