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

Data Analysis

  • Subtotal function in Excel
  • How to count table rows in Excel
  • Randomize/ Shuffle List in Excel
  • How To Load Analysis ToolPak in Excel
  • How to sum a total in multiple Excel tables

References

  • MATCH function: Description, Usage, Syntax, Examples and Explanation
  • Multi-criteria lookup and transpose in Excel
  • Basic INDEX MATCH approximate in Excel
  • Last row number in range
  • How to retrieve first match between two ranges in Excel

Data Validations

  • Excel Data validation no punctuation
  • Excel Data validation with conditional list
  • Excel Data validation whole percentage only
  • Excel Data validation must not contain
  • Excel Data validation number multiple 100

Convert Excel time to decimal seconds

by

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

To convert a valid Excel time into decimal seconds, you can multiply by 86400.

Formula

=A1*86400

Explanation

In the example shown, the formula in C6 is:

=B6*86400

which returns a value of 60, since there are 60 seconds in 1 minute.

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, convert to decimal minutes by multiplying the value by 1440 (24 * 60) , and convert to seconds by multiplying by 86400 (24 * 60 * 60).

With the time value 6:00 cell A1, you can visualize the conversion like this:

=A1*(24*60*60)
=(6/24)*86400
=0.25*86400
=21,600

The Excel time 6:00 converts to 21,600 seconds.

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

  • How to use Excel NOT Function
  • Complete List of Excel Logical Functions, References and Examples
  • IF with boolean logic in Excel
  • SWITCH function: Description, Usage, Syntax, Examples and Explanation
  • SWITCH function example in Excel

Date Time

  • ISOWEEKNUM function: Description, Usage, Syntax, Examples and Explanation
  • Extract date from a date and time in Excel
  • Generate series of dates by weekends in Excel
  • Convert decimal hours to Excel time
  • WORKDAY.INTL function: Description, Usage, Syntax, Examples and Explanation

Grouping

  • Group arbitrary text values in Excel
  • How to randomly assign people to groups in Excel
  • Group times into 3 hour buckets in Excel
  • Map text to numbers in Excel
  • How to randomly assign data to groups in Excel

General

  • How to count total number of cells in a rectangular range in Excel
  • Hide and Unhide Columns or Rows in Excel
  • Check if multiple cells have same value with case sensitive in Excel
  • Automatically fill series of cells in Excel using AutoFill
  • How to calculate percent of students absent in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning