HOUR function - The function converts a serial number into an hour in Excel
The following article details how to use the HOUR function, the function converts a serial number into an hour.
Description: The function returns the hour value in time, hour, second, or date value that contains the hour.
Syntax : HOUR (Serial-number) .
Inside:
Serial-number : This is the time value that you want to get separate time value, is a required parameter.
For example:
Count the hours in the following time values:
To calculate the time value 8:45:25 enter the formula: = HOUR (D6) .
Pressing Enter results time it is 8 hours. Because that time is not specified as AM or PM, the function returns the time value by default based on the initial time to be calculated.
Similarly, the date time value containing the hour and the time value converted to decimal are calculated using the HOUR function .
The above is how to use as well as the case to use the HOUR function .
Good luck!
You should read it
- MINUTE function - The function converts a serial number into a minute in Excel
- DATEVALUE function - Functions to convert text format dates to serial numbers in Excel
- How to Convert Time from 24-Hour to 12-Hour
- MONTH function - The function returns the monthly value of a day expressed as a serial number in Excel
- DATEPART function in SQL Server
- DATEVALUE function - The function converts dates into numbers in Excel
- DATENAME function in SQL Server
- The VALUE function converts a numeric string to a number format in Excel
May be interested
- TINV function - The function returns the inverse of the Student's t-distribution in Exceltinv function: the tinv function supports the calculation of the inverse value of the student's t-distribution associated with the student's 2-t distribution in excel.
- YEAR - The function for the value is the year of a numeric expression in Excelyear: the function returns the year of any date value, the year value is an integer between 1900 and 9999.
- AVEDEV function - The function returns the average absolute deviation of data points from their midpoint in Excelavedev function: the function returns the average absolute deviation between a given data point and the average value of the population. the function is a measure of the variability of a dataset
- DATEVALUE function - The function converts dates into numbers in Exceldatevalue function: the function converts text dates into serial numbers that excel understands
- The DAY function - The function returns the day of the day, month and year in Excelthe day function: the function takes a date value from a date value. the return value is an integer between 1 and 31.
- MINUTE function - The function converts a serial number into a minute in Excelminute function: the function returns the minute value of a time value. minutes are returned as integers between 1 and 59.