Model 4200A-SCS Parameter Analyzer Reference Manual
Section 6: Clarius
4200A-901-01 Rev. C / February 2017
6-287
MINUTE Calc worksheet function
This command returns the minutes component of the serial number generated by the
NOW
function.
Usage
MINUTE(
Serial_number
)
Serial_number
The time as a serial number; the decimal portion of the number represents time as a
fraction of the day
Details
The result is an integer ranging from 0 to 59.
You need to extract minutes from the serial number created by the
NOW
function.
Example
=MINUTE(34506.4)
=MINUTE(34399.825)
=MINUTE(NOW())
Returns
36.0000E+0
.
Returns
48.0000E+0
.
Returns the present minute of the present hour.
Also see
(on page 6-278)
(on page 6-280)
(on page 6-289)
(on page 6-291)
(on page 6-296)