Difference between revisions of "Manuals/calci/MINUTE"
Jump to navigation
Jump to search
Line 43: | Line 43: | ||
| class="sshl_f" |33 | | class="sshl_f" |33 | ||
|} | |} | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|P_rL1RqzoIQ|280|center|MINUTE}} | ||
== See Also == | == See Also == |
Revision as of 13:43, 15 June 2015
MINUTE(sn)
- where is the time or serial number of time to find the minute value.
MINUTE() returns the minute value from the input time.
Description
MINUTE(sn)
For Example,
MINUTE("4:30 AM") returns 30
- Argument can be time in the form of text or as a result of any other functions.
- Argument should be enclosed in quotes e.g. "11:00 AM".
- If is invalid, Calci returns an #ERROR message.
- The output minute value is the value in integers, ranging from '0' to '59'.