Difference between revisions of "Manuals/calci/YEAR"

From ZCubes Wiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
where,
 
where,
*<math>SN</math> represents a date from which year has to be displayed,
+
*<math>SN</math> represents a date from which year has to be displayed
  
YEAR(SN) displays the year corresponding to a date.
+
YEAR() displays the year corresponding to a date.
  
 
== Description ==
 
== Description ==
Line 14: Line 14:
 
*YEAR function returns the year from the date mentioned. Result is an integer value in the range 1900 to 9999.
 
*YEAR function returns the year from the date mentioned. Result is an integer value in the range 1900 to 9999.
 
*<math>SN</math> is a date value to be entered either in 'date format' or 'dates returned using formulas'.
 
*<math>SN</math> is a date value to be entered either in 'date format' or 'dates returned using formulas'.
*If <math>SN</math> values are invalid, Calci displays #N/A error message.
+
*If <math>SN</math> value is invalid, Calci displays #N/A error message.
  
 
== Examples ==
 
== Examples ==

Revision as of 17:44, 5 February 2014

YEAR(SN)

where,

  • represents a date from which year has to be displayed

YEAR() displays the year corresponding to a date.

Description

YEAR(SN)

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 value is invalid, Calci displays #N/A error message.

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.

See Also

References