Difference between revisions of "Manuals/calci/WEEKNUM"
Jump to navigation
Jump to search
(Created page with "<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify"> Syntax </div></div> ---- <div id="2SpaceContent" align="left"><div class="ZEditBox" align=...") |
|||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''WEEKNUM (Value,Type)'''</div><br/> |
+ | where, | ||
+ | *<math>Value</math> represents a date for which week number has to be displayed. | ||
+ | *<math>Type</math> represents the type of return value. | ||
+ | **WEEKNUM() converts a serial number to a number representing where the week falls numerically with a year. | ||
− | |||
− | + | == Description == | |
− | |||
− | |||
− | + | WEEKNUM(Value, Type) | |
− | < | + | *<math>Value</math> and <math>Type</math> are required arguments. |
− | + | *<math>Value</math> is a date value to be entered either in 'date format' or 'dates returned using formulas'. | |
− | < | + | *If <math>Value</math> values are invalid, Calci displays #N/A error message. |
− | + | *<math>Type</math> is the type of return value. It can be from the following - | |
− | < | ||
− | + | {| class="wikitable" | |
+ | |- | ||
+ | ! Type !! Description | ||
+ | |- | ||
+ | | 1 || Number from 1(Sunday) to 7(Saturday) | ||
+ | |- | ||
+ | | 2 || Number from 1(Monday) to 7(Sunday) | ||
+ | |} | ||
− | < | + | *If <math>Type</math> values are invalid, Calci displays #N/A error message. |
− | - | + | *We can use Range values also. For Example: WEEKNUM(#10/28/2013-12/28/2013,1) |
− | + | * #date notation needs mm/dd/yy format . | |
− | + | == Examples == | |
− | + | Consider the following example that shows the use of WEEKNUM function: | |
− | |||
− | |||
− | |||
− | |||
− | < | + | <div id="2SpaceContent" class="zcontent" align="left"> |
− | + | {| id="TABLE3" class="SpreadSheet blue" | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | {| id=" | ||
|- class="even" | |- class="even" | ||
+ | | class=" " | 10/8/2014 | ||
+ | | class=" " | | ||
| class=" " | | | class=" " | | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- class="odd" | |- class="odd" | ||
− | | class=" " | | + | | class="sshl_f" | 2/10/2013 |
− | + | | class=" " | | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | class=" " | | ||
| class=" " | | | class=" " | | ||
|} | |} | ||
− | + | =WEEKNUM(A1,1): Calculates the number of the week in the year for date mentioned in A1 and return type '1'. <br />Displays '''41''' as a result. | |
− | + | =WEEKNUM(B1,2): Calculates the number of the week in the year for date mentioned in A1 and return type '2'. <br />Displays '''6''' as a result. | |
− | + | =WEEKNUM(DATE(2013,10,28),1) : Calculates the number of the week in the year for date mentioned and <br />return type '1'. Displays '''44''' as a result. | |
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|-IhVqQv9p84|280|center|WEEKNUM}} | ||
+ | |||
+ | == See Also == | ||
+ | |||
+ | *[[Manuals/calci/WEEKDAY | WEEKDAY]] | ||
+ | *[[Manuals/calci/WORKDAY | WORKDAY]] | ||
+ | |||
+ | == References == | ||
+ | |||
+ | *[http://en.wikipedia.org/wiki/Date_format_by_country Date Formats] | ||
+ | *[http://en.wikipedia.org/wiki/Calendar_date Date] | ||
+ | *[http://en.wikipedia.org/wiki/Week Week] | ||
+ | |||
+ | |||
− | + | *[[Z_API_Functions | List of Main Z Functions]] | |
− | + | *[[ Z3 | Z3 home ]] | |
− |
Latest revision as of 05:37, 19 February 2020
WEEKNUM (Value,Type)
where,
- represents a date for which week number has to be displayed.
- represents the type of return value.
- WEEKNUM() converts a serial number to a number representing where the week falls numerically with a year.
Description
WEEKNUM(Value, Type)
- and are required arguments.
- is a date value to be entered either in 'date format' or 'dates returned using formulas'.
- If values are invalid, Calci displays #N/A error message.
- is the type of return value. It can be from the following -
Type | Description |
---|---|
1 | Number from 1(Sunday) to 7(Saturday) |
2 | Number from 1(Monday) to 7(Sunday) |
- If values are invalid, Calci displays #N/A error message.
- We can use Range values also. For Example: WEEKNUM(#10/28/2013-12/28/2013,1)
- #date notation needs mm/dd/yy format .
Examples
Consider the following example that shows the use of WEEKNUM function:
10/8/2014 | ||
2/10/2013 |
=WEEKNUM(A1,1): Calculates the number of the week in the year for date mentioned in A1 and return type '1'.
Displays 41 as a result. =WEEKNUM(B1,2): Calculates the number of the week in the year for date mentioned in A1 and return type '2'.
Displays 6 as a result. =WEEKNUM(DATE(2013,10,28),1) : Calculates the number of the week in the year for date mentioned and
return type '1'. Displays 44 as a result.
Related Videos
See Also
References