Hi. I'm working with times. My data is all in 1 column A between A2:310 .
and am looking for outputs like this in the current empty cells between F9 thru H13:
[TABLE="class: cms_table, width: 411"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Mode1[/TD]
[TD]Mode2[/TD]
[TD]Mode3[/TD]
[/TR]
[TR]
[TD="colspan: 3"]Most frequent 60min period[/TD]
[TD](F9)[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="colspan: 3"]Most frequent 30min period[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="colspan: 3"]Most frequent 15min period[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="colspan: 3"]Most frequent 10min period[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="colspan: 3"]Most frequent 5min period[/TD]
[TD][/TD]
[TD][/TD]
[TD] (H13)[/TD]
[/TR]
</tbody>[/TABLE]
"Mode 1",2 & 3 are just the 1st, 2nd and 3rd most common for each of these periods. Instead of most frequent times, it's really seeking most frequent time ranges or periods.
Thank you so much for your time and your help. I really respect and appreciate it.
and am looking for outputs like this in the current empty cells between F9 thru H13:
[TABLE="class: cms_table, width: 411"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Mode1[/TD]
[TD]Mode2[/TD]
[TD]Mode3[/TD]
[/TR]
[TR]
[TD="colspan: 3"]Most frequent 60min period[/TD]
[TD](F9)[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="colspan: 3"]Most frequent 30min period[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="colspan: 3"]Most frequent 15min period[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="colspan: 3"]Most frequent 10min period[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="colspan: 3"]Most frequent 5min period[/TD]
[TD][/TD]
[TD][/TD]
[TD] (H13)[/TD]
[/TR]
</tbody>[/TABLE]
"Mode 1",2 & 3 are just the 1st, 2nd and 3rd most common for each of these periods. Instead of most frequent times, it's really seeking most frequent time ranges or periods.
Thank you so much for your time and your help. I really respect and appreciate it.