Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Excel Bar Chart
  • Filter Data Based on Date in Excel
  • How to calculate average last N values in a table in Excel
  • Chart Axes in Excel
  • How to conditionally sum numeric data in an Excel table using SUMIFS

References

  • Extract all partial matches in Excel
  • Convert text string to valid reference in Excel using Indirect function
  • How to use Excel MMULT Function
  • LOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • Multi-criteria lookup and transpose in Excel

Data Validations

  • Excel Data validation with conditional list
  • Excel Data validation require unique number
  • Excel Data validation allow weekday only
  • Excel Data validation must not contain
  • How To Create Drop-down List in Excel

Convert Excel time to decimal minutes

by

This tutorial shows how to Convert Excel time to decimal minutes using example below.

To convert a valid Excel time into decimal minutes, you can multiply by 1440.

 Formula

=A1*1440

Explanation

In the example shown, the formula in C6 is:

=B6*1440

which returns a value of 30.

How this formula works

In the Excel time system, one 24-hour day is equal to 1. This means times and hours are fractional values of 1, as shown in the table below:

Hours Time Fraction Value
1 1:00 AM 1/24 0.04167
3 3:00 AM 3/24 0.125
6 6:00 AM 6/24 0.25
4 4:00 AM 4/24 0.167
8 8:00 AM 8/24 0.333
12 12:00 PM 12/24 0.5
18 6:00 PM 18/24 0.75
21 9:00 PM 21/24 0.875

Because each hour can be represented as 1/24,  you can convert an Excel time into decimal hours by multiplying the value by 24, and convert to decimal minutes by multiplying the value by 1440 (24 * 60) . With the time value 6:00 cell A1, you can visualize the conversion like this:

=A1*(24*60)
=(6/24)*1440
=0.25*1440
=360

The Excel time 6:00 converts to 360 minutes.

Post navigation

Previous Post:

DECIMAL function: Description, Usage, Syntax, Examples and Explanation

Next Post:

AVERAGE function: Description, Usage, Syntax, Examples and Explanation

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • IF function: Description, Usage, Syntax, Examples and Explanation
  • OR function: Description, Usage, Syntax, Examples and Explanation
  • AND function: Description, Usage, Syntax, Examples and Explanation
  • IFERROR function: Description, Usage, Syntax, Examples and Explanation
  • How to use IFS function in Excel

Date Time

  • NETWORKDAYS function: Description, Usage, Syntax, Examples and Explanation
  • How to get Holiday Date from Year in Excel
  • Get month from date in Excel
  • How to calculate percent of year complete in Excel
  • Get days between dates in Excel

Grouping

  • Calculate conditional mode with criteria in Excel
  • Map text to numbers in Excel
  • If cell contains one of many things in Excel
  • Running count group by n size in Excel
  • How to randomly assign people to groups in Excel

General

  • How to Insert Cells, Row and Rows in Excel
  • How to calculate project complete percentage in Excel
  • Creating and Opening an existing file in Excel
  • With vs Without Array Formula in Excel
  • Excel Operators
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning