Parameter List
Syntax
TIMEVALUE(time_text)
time_text
A text string representing a time. For example: "3:30 PM"
, "15:30:00"
, "3:30"
, A1
.
More details
TIMEVALUE converts time text to a decimal fraction of a day. For example, "12:00:00" becomes 0.5 (half a day). The text can include hours, minutes, and seconds in various formats. Returns #VALUE! error if the text cannot be interpreted as a valid time.