Description of formula:
Returns the minutes of a time value. The minutes are given as an integer, ranging from 0 to 59.
Returns the minutes of a time value. The minutes are given as an integer, ranging from 0 to 59.
Syntax:
MINUTE(datetime|utc)
MINUTE(datetime|utc)
Parameters:
datetime(type: datetime)
datetime(type: datetime)
Date with time of the minutes we are getting.
utc(type:UTC)
Date with time in UTC format of the minutes we are getting.
Returned type:
Number
examples:
=minute(datetime(2016,1,1,1,1))
=minute(A1)
=minute(datetime(2016,1,1,1,1))
=minute(A1)
0 Comments