Hope someone can help me, I don't have much experience in coding.
I want to average the given flows into 15 min intervals. I have data once every minute for most of the 15 min interval, but not all. I am sure there is some type of formula/coding to show this data, but I cannot figure it out. Here is an example:
Date/Time[INDENT] GPM[INDENT] Date/Time 15min Intervals[INDENT] Average GPM
4/12/2017 1:00[INDENT] 100[INDENT] 4/12/2017 1:00[INDENT] 102.67
4/12/2017 1:04[INDENT] 102[INDENT] 4/12/2017 1:15[INDENT] 90
4/12/2017 1:14[INDENT] 106[INDENT] 4/12/2017 1:30[INDENT] 125
4/12/2017 1:15[INDENT] 95
4/12/2017 1:17[INDENT] 105
4/12/2017 1:23[INDENT] 75
4/12/2017 1:28[INDENT] 85
4/12/2017 1:33[INDENT] 120
4/12/2017 1:36[INDENT] 130
I need to know how to figure out the fourth column shown for a very large excel file.
Bookmarks