Skip to main content

How to average timestamps of day in Excel?

For example, you have recorded the login timestamps of every time a specific user accessed a website in Excel as following screen shot show, and now you want to average these timestamps for predicting the most possible time this users will access the website in future, how could you get it done? Here I will introduce two ways to average timestamps of days in Excel.

Average timestamps of days with a help column in Excel
Average timestamps of day with an array formula in Excel


Average timestamps of days with a help column in Excel

We can calculate the time of every day in a help column, and then average the time in the help column easily in Excel. You can do as follows:

1. Besides original Timestamps column, type the word “Time” into the Cell B1, enter =A2-INT(A2) into Cell B2, and then drag its Fill Handle to the Range B2:B6. See screen shot:

Note: In the formula of =A2-INT(A2), A2 is the first timestamp in Timestamps column, and you can change it based on your needs.

2. Keep selecting the time cells in the help column, and then format them as time with clicking the arrow  in Number Format box > Time on Home tab. See screen shot:

3. Select the blank cell below help column, in our case select Cell B7, enter the formula =AVERAGE(B2:B6) into it and press the Enter key.

Now you will get the average time of these timestamps of days at once.

One click to batch convert multiple time to hours/minutes/seconds without multiplying 24/1440/86400

For example you have a time of 2:23:42, you can convert this time to hours by multiplying 24 (or multiplying 1440 to minutes, multiplying 86400 to seconds; in other words, we can apply the formula =F2*24 for converting the time to hours,  =F2*1440 to minutes, =F2*86400 to seconds), and then change the formula cell to Number format. But, with Kutools for Excel ’s Convert Time utility, you can one click to batch convert multiple time data to hours/minutes/seconds only in Excel.


ad convert time to hours seconds minutes

Average timestamps of day with an array formula in Excel

Actually, we can apply an array formula to average timestamps of days directly in Excel. You can do as follow:

1. Select any blank cell, says Cell B4, enter the formula =AVERAGE(--TEXT(A2:A6-INT(A2:A6),"h:mm")), and then press the Ctrl + Shift + Enter keys simultaneously.

note ribbon Formula is too complicated to remember? Save the formula as an Auto Text entry for reusing with only one click in future!
Read more…     Free trial

2. Then format the average result to time format with selecting the Cell B4 and clicking the arrow  in Number Format box > Time on Home tab.  See screen shot:


Related articles:

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

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...

Description


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!
Comments (1)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
I have used =INT(B5-A5)&" Days "&HOUR(MOD(B5-A5,1))&" Hour "&MINUTE(MOD(B5-A5,1))&" Minutes" to find the days, hours and minutes between 2 dates. Now I need to find the average of all the days, hours and minutes. I'm having a hard time coming up with an AVERAGE formula that will work with my previous formula. Please help! A B C D E 1 Logged date Resolved date Resolution Time (Resolved date – Logged date) Average Resolution Time 2 20-12-15 16:09 01-06-16 16:42 164 days, 0 hours, 33 minutes and 0 seconds 3 23-12-15 11:56 01-05-16 16:50 130 days, 4 hours, 54 minutes and 0 seconds 4 28-12-15 12:25 01-05-16 16:47 125 days, 4 hours, 22 minutes and 0 seconds 5 30-12-15 10:06 01-02-16 17:37 33 days, 7 hours, 31 minutes and 0 seconds 6 30-12-15 10:06 01-04-16 17:06 93 days, 7 hours, 0 minutes and 0 seconds
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations