Dapatkan waktu yang valid dari string teks
=TIMEVALUE(time_text)
| Parameter | Deskripsi |
|---|---|
time_text |
A date and/or time in a text format recognized by Excel. |
The formulas below show the output from TIMEVALUE:
=TIMEVALUE("12:00") // returns 0.5
=TIMEVALUE("12:00 PM") // returns 0.5
=TIMEVALUE("18:00") // returns 0.75
Notice that the TIMEVALUE formula in C15 fails with a #VALUE! error, because cell B15 already contains a valid time. This is a limitation of the TIMEV
=A1+0