How to calculate hours into days in excel

Learn how to convert hours into days in Microsoft Excel using simple formulas and functions.
How to calculate hours into days in excel

How to Calculate Hours into Days in Excel

Microsoft Excel is a powerful tool for data analysis and management. It allows you to perform various calculations and conversions easily. One of the common tasks you might encounter is converting hours into days. In this tutorial, you will learn how to do this using simple formulas and functions.

Step 1: Open Excel and create a new spreadsheet

To get started, launch Microsoft Excel and create a new spreadsheet by clicking on ‘New Workbook’ from the ‘File’ menu or using the shortcut Ctrl+N.

Step 2: Add hours to the spreadsheet

Enter the number of hours you want to convert to days in a cell in the spreadsheet. For example, if you want to convert 50 hours, enter ‘50’ in cell A1.

Step 3: Add the formula to calculate days

In a blank cell, type the formula ‘=A1/24’. This formula divides the number of hours by 24, which is the number of hours in a day. For example, if you entered 50 hours in cell A1, the formula would be ‘=A1/24’ in cell B1.

Step 4: Format the cell to display as a number

By default, Excel will display the result of the formula as a decimal number. To change this, select the cell that contains the formula and choose ‘Number’ from the ‘Format Cells’ menu. This will display the result as a whole number.

Step 5: Add labels to the spreadsheet

To make the spreadsheet easier to read and understand, add labels to the cells containing the hours and days. For example, label cell A1 as ‘Hours’ and cell B1 as ‘Days’.

Step 6: Copy the formula to other cells

If you have multiple hours to convert, you can copy the formula from cell B1 to other cells in the spreadsheet. To do this, select cell B1 and drag the bottom-right corner of the cell to the right or down to the desired range of cells.

Step 7: Use the ROUND function to round the result

If you want to round the result to a specific number of decimal places, use the ‘ROUND’ function. For example, the formula ‘=ROUND(A1/24,2)’ would round the result to two decimal places.

Step 8: Use the INT function to round down to the nearest whole number

If you want to round down to the nearest whole number, use the ‘INT’ function. For example, the formula ‘=INT(A1/24)’ would round down to the nearest whole number.

Step 9: Use the CEILING function to round up to the nearest whole number

If you want to round up to the nearest whole number, use the ‘CEILING’ function. For example, the formula ‘=CEILING(A1/24,1)’ would round up to the nearest whole number.

Step 10: Use the TEXT function to format the result as a date

If you want to display the result as a date, use the ‘TEXT’ function. For example, the formula ‘=TEXT(A1/24,"dd/mm/yyyy")’ would display the result as a date in the format ‘dd/mm/yyyy’.

Step 11: Use the MOD function to get the remaining hours

If you want to get the remaining hours after calculating the days, use the ‘MOD’ function. For example, the formula ‘=MOD(A1,24)’ would give you the remaining hours after dividing by 24.

Step 12: Use the NETWORKDAYS function to calculate business days

If you want to calculate the number of business days between two dates, use the ‘NETWORKDAYS’ function. For example, the formula ‘=NETWORKDAYS("01/01/2022","01/15/2022")’ would give you the number of business days between January 1st and January 15th, 2022.

Step 13: Use the WORKDAY function to calculate workdays

If you want to calculate the date that is a certain number of workdays from a given date, use the ‘WORKDAY’ function. For example, the formula ‘=WORKDAY("01/01/2022",5)’ would give you the date that is 5 workdays from January 1st, 2022.

Step 14: Use the DATEDIF function to calculate the difference between dates

If you want to calculate the difference between two dates in days, months, or years, use the ‘DATEDIF’ function. For example, the formula ‘=DATEDIF("01/01/2022","01/15/2022","d")’ would give you the difference between January 1st and January 15th, 2022 in days.

Step 15: Use the NOW function to get the current date and time

If you want to get the current date and time, use the ‘NOW’ function. For example, the formula ‘=NOW()’ would give you the current date and time.

Step 16: Use the TODAY function to get the current date

If you want to get the current date, use the ‘TODAY’ function. For example, the formula ‘=TODAY()’ would give you the current date.

Step 17: Use the EOMONTH function to get the last day of the month

If you want to get the last day of the month for a given date, use the ‘EOMONTH’ function. For example, the formula ‘=EOMONTH("01/01/2022",0)’ would give you January 31st, 2022.

Step 18: Use the DATE function to create a date

If you want to create a date from separate year, month, and day values, use the ‘DATE’ function. For example, the formula ‘=DATE(2022,1,15)’ would give you January 15th, 2022.

Step 19: Use the YEAR, MONTH, and DAY functions to extract date values

If you want to extract the year, month, or day value from a date, use the ‘YEAR’, ‘MONTH’, or ‘DAY’ function, respectively. For example, the formula ‘=YEAR("01/15/2022")’ would give you 2022.

Step 20: Save and share the spreadsheet

Once you have finished entering and calculating the data, save the spreadsheet and share it with others using the ‘Share’ button or by emailing the file.

Related video of How to calculate hours into days in excel