Formula for counting visits(hits) per minute

lfperrin

New Member
Joined
Feb 18, 2018
Messages
1
<style type="text/css"> @Page { margin: 2cm } p { margin-bottom: 0.25cm; line-height: 115% } </style>I have 2 columns ofdata, the First is a list of Times in HH:MM:SS format and the SecondWeb sites visited, I need a formula that reads the time columnminutes and counts the number of web sites visited per minute thensums them below the last visit in that minute and does the same thingin the next minute etc.
Example:


[TABLE="width: 500"]
<tbody>[TR]
[TD]Time[/TD]
[TD]Web site Address

[/TD]
[/TR]
[TR]
[TD]10:20:00
[/TD]
[TD]https://www.bbc.co.uk[/TD]
[/TR]
[TR]
[TD]10:20:45[/TD]
[TD]www.msn.com/en-gb
[/TD]
[/TR]
[TR]
[TD]No. of visits per minute = 2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10:21:15[/TD]
[TD]https://www.mrexcel.com/forum/index.php
[/TD]
[/TR]
[TR]
[TD]10:21:17[/TD]
[TD]https://www.quora.com
[/TD]
[/TR]
[TR]
[TD]10:21:18[/TD]
[TD]https://www.youtube.com/?gl=GB&hl=en-GB
[/TD]
[/TR]
[TR]
[TD]10:21:20[/TD]
[TD]https://www.bbc.co.uk[/TD]
[/TR]
[TR]
[TD]No. of visits per minute = 4[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]






Thanks for yourhelp!
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.

Forum statistics

Threads
1,223,907
Messages
6,175,300
Members
452,633
Latest member
DougMo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top