TIMEVALUE
converts time text to serial number · from excel · excel: not yet compared · sheets: not yet compared
signature
TIMEVALUE(time_text)
returns: number (time serial)
| argument | required |
|---|---|
| time_text | required |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
fx
=TIMEVALUE("14:30:00") 0.6041666666666666 errors
error values observed from the engine — each with a call that produces it.
| error | produced by |
|---|---|
| #VALUE! | =TIMEVALUE("alpha") |