» Calculating the Week Number
CATEGORY - Excel Formula
VERSION - All Microsoft Excel Versions
Use the WEEKNUM function.
The second argument in the WEEKNUM function, Return_type, determines on which day the week begins, for example, 1 for Sunday, 2 for Monday.
Note: This function is included in the Analysis ToolPak add-in. Users of Excel 97 and 2000: It is highly recommended that this Add-In be installed.
To install the Analysis ToolPak Add-In:
1. From the Tools menu, select Add-Ins.
2. Select the Analysis ToolPak checkbox, and then click OK.


Book Store:
Recommended Books:
- Microsoft Excel VBA Programming for the Absolute Beginner
- How to Read A Financial Report
- Keys to Reading an Annual Report (Barron's Business Keys)
- 422 Tax Deductions for Businesses and Self-Employed Individuals : You Get a Raise Every Time You Find a Legitimate Tax Deduction
- Microsoft Access Version 2002 Step by Step
- Microsoft Excel 2002 Simply Visual


I selected Return Type 2 and got the same numbers except for the date "2/1/2004" where I got a "5."
I.e.,
Return Type 1: 1, 6, 10, 14, 18, 23
Return Type 2: 1, 5, 10, 14, 18, 23
So what is shown with Return Type 2?