Difference between revisions of "Manuals/calci/YEAR"
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=...") |
|||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''YEAR (Value) '''</div><br/> |
+ | where, | ||
+ | *<math>Value</math> represents a date from which year has to be displayed | ||
+ | **YEAR() converts a serial number to a year. | ||
− | + | == Description == | |
− | + | YEAR(Value) | |
− | |||
− | |||
− | + | e.g. YEAR(DATE(1980,10,25)) returns '''1980''' as a result. | |
− | < | + | *YEAR function returns the year from the date mentioned. Result is an integer value in the range 1900 to 9999. |
− | + | *<math>Value</math> is a date value to be entered either in 'date format' or 'dates returned using formulas'. | |
− | + | *If <math>Value</math> is invalid, Calci displays #N/A error message. | |
− | + | *We can use the DD/MM/YYYY format also. For Example:"14/5/2005[DD/MM/YYYY]". | |
− | + | *We can use Range values also. For Example: YEAR(DATE(1999..2028,10,28)) | |
+ | * #date notation needs mm/dd/yy format . | ||
− | + | == Examples == | |
− | + | Consider the following example that shows the use of YEAR function: | |
− | |||
− | |||
− | < | + | <div id="2SpaceContent" class="zcontent" align="left"> |
− | + | {| id="TABLE3" class="SpreadSheet blue" | |
− | + | |- class="even" | |
− | + | | class=" " | 10/8/2014 | |
− | + | | class=" " | 15-February-2010 | |
− | + | | class=" " | | |
− | + | |- class="odd" | |
+ | | class="sshl_f" | | ||
+ | | class=" " | | ||
+ | | class=" " | | ||
+ | |} | ||
+ | |||
+ | =YEAR(A1): Displays the year value for date mentioned in A1. Displays '''2014''' as a result. | ||
+ | =YEAR(B1): Displays the year value for date mentioned in B1. Displays '''2010''' as a result. | ||
+ | =YEAR(DATE(99,10,28)) : Displays the year value for date mentioned. Displays '''1999''' as a result. | ||
+ | =YEAR("26/10/1999[DD/MM/YYYY]")= 1999 yr. | ||
+ | |||
+ | ==Related Videos== | ||
− | + | {{#ev:youtube|QCBujgIbp6A|280|center|Date Functions}} | |
− | + | == See Also == | |
− | + | *[[Manuals/calci/YEARFRAC | YEARFRAC]] | |
+ | *[[Manuals/calci/DAY | DAY]] | ||
+ | *[[Manuals/calci/MONTH | MONTH]] | ||
− | + | == 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/Calendar_year Calendar Year] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | *[[Z_API_Functions | List of Main Z Functions]] | |
− | + | *[[ Z3 | Z3 home ]] | |
− |
Latest revision as of 14:20, 22 August 2018
YEAR (Value)
where,
- represents a date from which year has to be displayed
- YEAR() converts a serial number to a year.
Description
YEAR(Value)
e.g. YEAR(DATE(1980,10,25)) returns 1980 as a result.
- YEAR function returns the year from the date mentioned. Result is an integer value in the range 1900 to 9999.
- is a date value to be entered either in 'date format' or 'dates returned using formulas'.
- If is invalid, Calci displays #N/A error message.
- We can use the DD/MM/YYYY format also. For Example:"14/5/2005[DD/MM/YYYY]".
- We can use Range values also. For Example: YEAR(DATE(1999..2028,10,28))
- #date notation needs mm/dd/yy format .
Examples
Consider the following example that shows the use of YEAR function:
10/8/2014 | 15-February-2010 | |
=YEAR(A1): Displays the year value for date mentioned in A1. Displays 2014 as a result. =YEAR(B1): Displays the year value for date mentioned in B1. Displays 2010 as a result. =YEAR(DATE(99,10,28)) : Displays the year value for date mentioned. Displays 1999 as a result. =YEAR("26/10/1999[DD/MM/YYYY]")= 1999 yr.
Related Videos
See Also
References