TIMEVALUE function - The function returns the decimal number of time expressed as a text string in Excel
The following article introduces you to the TIMEVALUE function - one of the functions in the date and time group is very popular in Excel.
TIMEVALUE function - The function returns the decimal number of time expressed as a text string in Excel Picture 1
Description: The function returns the decimal number of time indicated by a text string. The decimal number that the function returns is from 0 to 0.99988426, which corresponds to the time from 0:00:00 (12:00:00 AM) to 23:59:59 (11:59:59 PM).
Syntax: TIMEVALUE (time_text)
Where: time_text is the time value expressed in the text to be expressed in decimal.
Attention:
- Date information in time_text is ignored.
- The time value is part of the date value and is expressed as a decimal.
For example:
Find the decimal value corresponding to the time value below:
TIMEVALUE function - The function returns the decimal number of time expressed as a text string in Excel Picture 2
- In the cell to calculate, enter the formula: = TIMEVALUE ("2:35:59").
TIMEVALUE function - The function returns the decimal number of time expressed as a text string in Excel Picture 3
- Press Enter -> corresponding values are:
TIMEVALUE function - The function returns the decimal number of time expressed as a text string in Excel Picture 4
- Similarly, enter the formula for the remaining values:
TIMEVALUE function - The function returns the decimal number of time expressed as a text string in Excel Picture 5
- Where two values with the same time but different dates -> the function returns the same result -> the date value in the TIMEVALUE function is ignored:
TIMEVALUE function - The function returns the decimal number of time expressed as a text string in Excel Picture 6
- In case you enter the formula as the reference value to cell F11:
TIMEVALUE function - The function returns the decimal number of time expressed as a text string in Excel Picture 7
- Press Enter -> function returns the #VALUE! Error value So you should enter the time_text value as a text string when working with TIMEVALUE:
TIMEVALUE function - The function returns the decimal number of time expressed as a text string in Excel Picture 8
Above are instructions and some specific examples when using TIMEVALUE function in Excel.
Good luck!
You should read it
- TIME function - Function returns decimal numbers for a specific time value in Excel
- MONTH function - The function returns the monthly value of a day expressed as a serial number in Excel
- Instructions on how to count words in cells in Excel
- LEN () and LENB () functions in Excel
- ENCODEURL function - The function returns a query string with URL code in Excel
- Save time with these text formatting functions in Microsoft Excel
- The MID function in Excel, how to use the MID function, and examples
- How to use MID functions to get strings in Excel
- CONCATENATE function (string concatenation function) in Excel
- MID and MIDB functions to cut strings in Excel
- POISSON.DIST function - The function returns the Poisson distribution in Excel
- POISSON function - The function returns the Poisson distribution in Excel
May be interested
AVEDEV function
AVERAGE function - The function returns the average of the arguments in Excel
AVERAGEA function - The function returns the average of the arguments including numeric, text, and logical values in Excel
AVERAGEIF function - The function returns the average of the arguments with the conditions specified in Excel
AVERAGEIFS function - The function returns the average of the arguments that meet multiple conditions in Excel
BETA.DIST function - The function returns the Beta distribution in Excel