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

From Apache OpenOffice Wiki
Jump to: navigation, search
(例:)
(構文:)
Line 14: Line 14:
 
: <tt>'''「日付」'''</tt>の年を数字として返します。
 
: <tt>'''「日付」'''</tt>の年を数字として返します。
  
: <tt>'''「日付」'''</tt>の値は文字、または日付・時刻の連番になります。
+
: <tt>'''「日付」'''</tt>の値は文字、または日付・時刻のシリアル値になります。
  
 
=== Example: ===
 
=== Example: ===

Revision as of 01:40, 23 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