The TIMEVALUE
function returns the
a time value when given a formatted time.
- The syntax
for the function is TIMEVALUE (time_text)
. The "time_text"
must be a string or a recognizable
time format in Excel.
Excel can recognize
different time formats and converts
them into time values.
For example: TIMEVALUE
("13:02:12")
= 0.54194444 or
TIMEVALUE("6:24:33 PM") = 0.767048611
|