Returns the number representing the week of the year for a given date.
Syntax
WEEKNUM(date; [mode])
date: The date for which you want to find the week number. E.g. "2/3/2020"
|
mode |
Week begins on |
System |
|
1 |
Sunday |
1 |
|
2 |
Monday |
1 |
|
11 |
Monday |
1 |
|
12 |
Tuesday |
1 |
|
13 |
Wednesday |
1 |
|
14 |
Thursday |
1 |
|
15 |
Friday |
1 |
|
16 |
Saturday |
1 |
|
17 |
Sunday |
1 |
|
21 |
Monday |
2 |
Examples
|
Formula |
Result |
|
=WEEKNUM("2/3/2020";2) |
6 |
|
=WEEKNUM("3/5/2020";21) |
10 |
|
=WEEKNUM("12/31/2020") |
53 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions