EXCEL TIME FUNCTION

This method creates a time using the hours, minutes, and seconds you specify and returns a decimal number in Excel that represents that time. When you have (or can supply) these component values independently, use it to generate a valid time. You can format a valid time in any way you want once you get it.

Syntax:

=TIME (hour, minute, second)

Parameter list:

  • hour – the time you want to create in an hour.
  • minute – the length of time you want to generate in minutes.
  • second – the time you want to produce in seconds.

Step By Step Guide of TIME Function

Example:

TIME returns a decimal number ranging from 0 (zero) to 0.99988426, which represents times from 0:00:00 (12:00:00 AM) to 23:59:59. (11:59:59 P.M.).

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now