Skip to main content

Excel Formula: Convert Timestamp to Time

doc convert date to julia 1

This tutorial introduces a formula to convert timestamp to Excel valid time as above screenshot shown.

If you want to follow along with this tutorial, please download the example spreadsheet.
doc convert date to julia 1

Generic formula:

TIME(MID(timestamp,1,2),MID(timestamp,4,2),MID(timestamp,7,2))

Syntaxt and Arguments

Time: the timestamp that you want to convert to Excel valid time.

Return Value

It returns values in time format.

How this formula work

For example, to convert the timestamps in cell B3:B6 to Excel time, please use below formula:

=TIME(MID(B3,1,2),MID(B3,4,2),MID(B3,7,2))

Press Enter key, then drag autofill handle down to cell C6.
doc convert date to julia 1

Then you can format the formula results to a time format you need in the Format Cells dialog.

Explanation

MID function: Find and return a specific number of characters from the middle of given text string.

TIME function: Create Excel time with given hour, minute and second.


Relative Formulas

Relative Functions


The Best Office Productivity Tools


Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)

  • One second to switch between dozens of open documents!
  • Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
  • Increases your productivity by 50% when viewing and editing multiple documents.
  • Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.
Comments (0)
No ratings yet. Be the first to rate!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations