Banding of timestamp or date into 5 min bands using excel


/ Published in: Visual Basic
Save to your folder(s)

This would round down the time stamp to the nearest 5 minute interval based on first interval being 00:00:00.


Copy this code and paste it in your HTML
  1. J2: =TIME(HOUR(B7),FLOOR(MINUTE(B7),5),0)
  2. Where B7 contains Time Stamp

URL: http://www.mrexcel.com/forum/excel-questions/359025-pivot-table-grouping-5-min-intervals.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.