Hour Calc Worksheet Function; If Calc Worksheet Function - Keithley 4200A-SCS Reference Manual

Parameter
Hide thumbs Also See for 4200A-SCS:
Table of Contents

Advertisement

Section 6: Clarius

HOUR Calc worksheet function

This command returns the hour component of the supplied date and time serial number, specified in 24-hour
format.
Usage
HOUR(Serial_number)
Serial_number
Details
The result is an integer ranging from 0 (12:00 AM) to 23 (11:00 PM).
Needed to extract the hour from the serial number created by the NOW function.
Example
=HOUR(34259.4)
=HOUR(34619.976)
=HOUR(NOW())
Also see
DAY
(on page 6-278)
MINUTE
(on page 6-287)
MONTH
(on page 6-288)
NOW
(on page 6-289)
SECOND
(on page 6-291)
YEAR
(on page 6-296)

IF Calc worksheet function

This command tests the condition and returns the specified value.
Usage
IF(Condition, True_number, False_number)
Condition
True_number
False_number
Example
=IF(A1>10, "Greater", "Less")
Also see
None
6-280
The time as a serial number; the decimal portion of the number represents time as a
fraction of the day
Any logical expression
The value to be returned if Condition evaluates to True
The value to be returned if Condition evaluates to False
Model 4200A-SCS Parameter Analyzer Reference Manual
Returns 9.000E+0.
Returns 23.000E+0.
Returns the present hour of the present day.
Returns Greater if the content of A1 is greater
than 10 and Less if the content of A1 is less
than 10.
4200A-901-01 Rev. C / February 2017

Advertisement

Table of Contents
loading

Table of Contents