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.
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:
- In the cell to calculate, enter the formula: = TIMEVALUE ("2:35:59").
- Press Enter -> corresponding values are:
- Similarly, enter the formula for the remaining values:
- 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:
- In case you enter the formula as the reference value to cell F11:
- Press Enter -> function returns the #VALUE! Error value So you should enter the time_text value as a text string when working with TIMEVALUE:
Above are instructions and some specific examples when using TIMEVALUE function in Excel.
Good luck!
You should read it
- 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
May be interested
- AVEDEV functionavedev function: the function returns the average absolute deviation of the data points from their midpoint. the avedev function allows you to measure the variability of a dataset. syntax: avedev (number1, [number2], ...)
- AVERAGE function - The function returns the average of the arguments in Excelaverage function: the function returns the average of the arguments. syntax: average (number1, [number2], ...)
- AVERAGEA function - The function returns the average of the arguments including numeric, text, and logical values in Excelaveragea function: the function returns the average of the arguments including numeric, text, and logical values. syntax: averagea (value1, [value2], ...)
- AVERAGEIF function - The function returns the average of the arguments with the conditions specified in Excelaverageif: the function returns the average of the arguments given the specified condition. syntax: averageif (range, criteria, [average_range])
- AVERAGEIFS function - The function returns the average of the arguments that meet multiple conditions in Excelaverageifs function: the function returns the average of the arguments that meet multiple conditions. syntax: averageifs (average_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)
- BETA.DIST function - The function returns the Beta distribution in Excelbeta.dist function: the function returns the beta distribution to study the variability of a number of things through a sample. support functions from excel 2010 onwards. syntax: beta.dist (x, alpha, beta, cumulative, [a], [b])