I hope you can help with my problem
I have a list of dates in Column A and a list of times in Column B set at 15 minute intervals. In Column C I have a list of values which vary from 0 - 50 and I have several of these spreadsheets.
My Problem is to find from Column C the maximum sequential (i.e. one after the other with no gaps) 4 hour event (i.e. 16 values).
For example:
06/07/2012 03:30:00 0.2
06/07/2012 03:45:00 .
06/07/2012 04:00:00 0.2
06/07/2012 04:15:00 0.2
06/07/2012 04:30:00 0.4
06/07/2012 04:45:00 0.4
06/07/2012 05:00:00 .
06/07/2012 05:15:00 .
06/07/2012 05:30:00 .
06/07/2012 05:45:00 0.2
06/07/2012 06:00:00 0.2
06/07/2012 06:15:00 .
06/07/2012 06:30:00 .
06/07/2012 06:45:00 0.2
06/07/2012 07:00:00 0.2
06/07/2012 07:15:00 0.2
06/07/2012 07:30:00 0.6
06/07/2012 07:45:00 0.6
06/07/2012 08:00:00 0.4
06/07/2012 08:15:00 1
06/07/2012 08:30:00 0.6
06/07/2012 08:45:00 2
06/07/2012 09:00:00 1.2
06/07/2012 09:15:00 1.4
06/07/2012 09:30:00 1.4
06/07/2012 09:45:00 1
06/07/2012 10:00:00 0.8
06/07/2012 10:15:00 0.4
06/07/2012 10:30:00 0.4
06/07/2012 10:45:00 0.4
06/07/2012 11:00:00 0.6
06/07/2012 11:15:00 1
06/07/2012 11:30:00 1
06/07/2012 11:45:00 0.8
06/07/2012 12:00:00 0.6
06/07/2012 12:15:00 0.4
06/07/2012 12:30:00 0.4
06/07/2012 12:45:00 1
06/07/2012 13:00:00 0.2
06/07/2012 13:15:00 0.6
06/07/2012 13:30:00 1
06/07/2012 13:45:00 0.4
06/07/2012 14:00:00 1.2
06/07/2012 14:15:00 0.8
06/07/2012 14:30:00 0.4
06/07/2012 14:45:00 0.6
06/07/2012 15:00:00 0.6
06/07/2012 15:15:00 0.4
06/07/2012 15:30:00 0.6
06/07/2012 15:45:00 0.4
06/07/2012 16:00:00 .
06/07/2012 16:15:00 .
06/07/2012 16:30:00 .
06/07/2012 16:45:00 .
06/07/2012 17:00:00 0.2
Thanks in advance
Bookmarks