TIMEVALUE function

This article describes the formula syntax and usage of the TIMEVALUE function in Microsoft Excel.

Description

Returns the decimal number of the time represented by a text string. The decimal number is a value ranging from 0 (zero) to 0.99988426, representing the times from 0:00:00 (12:00:00 AM) to 23:59:59 (11:59:59 P.M.).

Syntax

TIMEVALUE(time_text)

The TIMEVALUE function syntax has the following arguments:

  • Time_text    Required. A text string that represents a time in any one of the Microsoft Excel time formats; for example, "6:45 PM" and "18:45" text strings within quotation marks that represent time.

Remarks

  • Date information in time_text is ignored.

  • Time values are a portion of a date value and represented by a decimal number (for example, 12:00 PM is represented as 0.5 because it is half of a day).

Example

Copy the example data in the following table, and paste it in cell A1 of a new Excel worksheet. For formulas to show results, select them, press F2, and then press Enter. If you need to, you can adjust the column widths to see all the data.

Formula

Description

Result

=TIMEVALUE("2:24 AM")

Decimal part of a day, with only the time specified.

0.10

=TIMEVALUE("22-Aug-2011 6:35 AM")

Decimal part of a day, with date and time specified.

0.2743

Was this information helpful?

To protect your privacy, please do not include contact information in your feedback. Review our Privacy policy.