How to convert between date and Unix timestamp in Excel?
Unix timestamp is also called Epoch time or POSIX time which is wildly used in many operating systems or file formats. This tutorial is talking about the conversion between date and Unix timestamp in Excel.
Convert date and time to timestamp
More tutorials about datetime conversion...
Convert date to timestamp
To convert date to timestamp, a formula can work it out.
Select a blank cell, suppose Cell C2, and type this formula =(C2-DATE(1970,1,1))*86400 into it and press Enter key, if you need, you can apply a range with this formula by dragging the autofill handle. Now a range of date cells have been converted to Unix timestamps.
2 Clicks to Convert Time to Decimal Hours, Minutes or Seconds
The Convert Time feature of Kutools for Excel can help you quickly convert times to decimal hours, minues, or seconds and place the result in the original destination or another one.
Convert date and time to timestamp
There is a formula that can help you convert date and time to Unix timestamp.
1. Firstly, you need to type the Coordinated Universal Time into a cell, 1/1/1970. See screenshot:
2. Then type this formula =(A1-$C$1)*86400 into a cell, press Enter key, then if you need, drag the autofill handle to a range with this formula. See screenshot:
Tips: In the formula, A1 is the date and time cell, C1 is the coordinate universal time you typed.
Convert timestamp to date
If you have a list of timestamp needed to convert to date, you can do as below steps:
1. In a blank cell next to your timestamp list and type this formula =(((A1/60)/60)/24)+DATE(1970,1,1), press Enter key, then drag the auto fill handle to a range you need.
2. Then right click the cells used the formula, and select Format Cells from the context menu, then in the popping Format Cells dialog, under Number tab, click Date in the Category list, then select the date type in the right section.
3. Click OK, now you can see the Unix timestamps have been converted to dates.
Notes:
1. A1 indicates the timestamp cell you need.
2. This formula also can use to convert timestamp series to date and time, just format the result to the date and time format.
3. The above formula converts 10-digits number to a standard datetime, if you want to convert 11-digits number, or 13-digits number, or 16-digits number to a standard datetime in Excel, please use formula as below:
Convert 11-digits number to date: =A1/864000+DATE(1970,1,1)
Convert 13-digits number to date: =A1/86400000+DATE(1970,1,1)
Convert 16-digits number to date: =A1/86400000000+DATE(1970,1,1)
For different lengths of number which needed to be converted to datetime, just change the number of zeros of the divisor in the formula to correctly get the result.
Relative Articles:
How to convert date time from one time zone to another in Excel?
This article will show you how to convert date time from one time zone to another in Excel.
How to split date and time from a cell to two separated cells in Excel?
For instance, you have a list of data mixed with date and time, and you want to split each of them into two cells, one is date and another is time as below screenshots shown. Now this article provides you two quick methods to solve it in Excel.
How to convert date/time format cell to date only in Excel?
If you want to convert date-time format cell to date value only such as 2016/4/7 1:01 AM to 2016/4/7, this article can help you.
How to remove time from date in Excel?
If there has a column of date with time stamp, such as 2/17/2012 12:23, and you don’t want to retain the time stamp and want to remove the time 12:23 from the date and only leave the date 2/17/2012. How could you quickly remove time from date in mulitple cells in Excel?
How to combine date and time into one cell in Excel?
There are two columns in a worksheet, one is the date, the other is time. Is there any way to quickly combine these two columns into one, and keep the time format? Now, This article introduces two ways in Excel to combine date column and time column into one and keep the time format.
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!