Difference between revisions of "User:Syranzi/Documentation/How Tos/Calc: YEAR function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(例:)
(例:)
Line 27: Line 27:
  
 
<tt>'''YEAR(A1)'''</tt>
 
<tt>'''YEAR(A1)'''</tt>
: セル A1 が日付 <tt>'''「83 年 11 月 23 日 (23Nov83)」'''</tt>を日付・時刻の連番として含む場合、<tt>'''「1983」'''</tt> を返します。
+
: セル A1 が日付 <tt>'''「83 年 11 月 23 日 (23Nov83)」'''</tt>を日付・時刻のシリアル値として含む場合、<tt>'''「1983」'''</tt> を返します。
  
 
{{Documentation/SeeAlso|関連項目
 
{{Documentation/SeeAlso|関連項目

Revision as of 16:13, 22 January 2011

YEAR

YEAR

Returns the year of a given date.

指定された日付の年を返します。

Syntax:

構文:

YEAR(date)

returns the year of date as a number.
date may be text or a date-time serial number.

YEAR(日付)

「日付」の年を数字として返します。
「日付」の値は文字、または日付・時刻の連番になります。

Example:

例:

YEAR("2008-06-04")

returns 2008.

YEAR(A1)

where cell A1 contains the date 23Nov83 as a date-time serial number, returns 1983.

YEAR("2008-06-04")

2008 年にあたる「2008」 を返します。

YEAR(A1)

セル A1 が日付 「83 年 11 月 23 日 (23Nov83)」を日付・時刻のシリアル値として含む場合、「1983」 を返します。

Template:Documentation/SeeAlso

Personal tools