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

Data Analysis

  • Conflicting Multiple Conditional Formatting Rules in Excel
  • Filter Data Based on Date in Excel
  • How to create a Histogram in Excel
  • Randomize/ Shuffle List in Excel
  • Example of COUNTIFS with variable table column in Excel

References

  • How to use Excel INDIRECT Function
  • How to calculate two-way lookup VLOOKUP in Excel Table
  • Merge tables with VLOOKUP in Excel
  • Count rows that contain specific values in Excel
  • Count rows with at least n matching values

Data Validations

  • Excel Data validation don’t exceed total
  • Excel Data validation date in specific year
  • Excel Data validation require unique number
  • Excel Data validation must not contain
  • Excel Data validation specific characters only

Extract time from a date and time in Excel

by

This tutorial show how to Extract time from a date and time in Excel using the example below.

If you have dates with time values and you want to extract only the time portion (the fractional part), you can use a formula that uses the MOD function.

Note: Excel handles dates and time using a scheme in which dates are serial numbers and times are fractional values. For example, June 1, 2000 12:00 PM is represented in Excel as the number 36678.5, where 36678 is the date and .5 is the time.

 Formula

=MOD(date,1)

Explanation of how this formula works

Assuming A1 contains the date and time value June 1, 2000 12:00 PM, the formula below will return just the time portion (.5):

=MOD(A1,1)

The MOD function returns the remainder from division. The first argument is the number and the second is the divisor. Here are a few examples:

=MOD(5,2) // returns 1
=MOD(7,5) // returns 2

So, if you use MOD with a divisor of 1, the result will be the fractional part of the number, if any, because every whole number can be evenly divided by itself. For example:

=MOD(3.125,1) // returns 0.125

In short, =MOD(number,1) returns just the fractional part of a number, discarding the integer portion, so it’s a convenient way to extract time from a date and time.

Note: if you use this formula to strip the time from a date + time, you’ll need to adjust the number format to a suitable time format.

Post navigation

Previous Post:

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

Next Post:

Excel Data validation require unique number

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

  • Extract multiple matches into separate rows in Excel
  • IF with wildcards in Excel
  • NOT function: Description, Usage, Syntax, Examples and Explanation
  • Complete List of Excel Logical Functions, References and Examples
  • How to use Excel XOR Function

Date Time

  • How to get year from date in Excel
  • Steps to create Dynamic calendar grid in Excel
  • Get day from date in Excel
  • Get last day of month in Excel
  • How to calculate quarter from date in Excel

Grouping

  • Group times into unequal buckets in Excel
  • How to randomly assign data to groups in Excel
  • Running count group by n size in Excel
  • Categorize text with keywords in Excel
  • If cell contains one of many things in Excel

General

  • Count cells that do not contain many strings in Excel
  • How to get Excel workbook path only
  • Transpose: Switch ‘Rows to Columns’ or ‘Columns to Rows’ in Excel
  • How to Create Calendar in Excel
  • Excel Ribbon Quick Overview For Beginners
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning