Returns the time, given the hours, minutes, and seconds.
Syntax
hours: The hour component of the time. E.g. 2
minutes: The minute component of the time. E.g. 30
Remarks
If the parameters are left blank they will be taken as 0.
Examples
|
Formula |
Result |
|
=TIME(2;30;50) |
02:30:50 AM |
|
=TIME(16;15;30) |
04:15:30 PM |
|
=TIME(23;;30) |
11:00:30 PM |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions