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:


TimeWeb site Address

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

<tbody>
</tbody>






Thanks for yourhelp!
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().

Forum statistics

Threads
1,215,463
Messages
6,124,963
Members
449,200
Latest member
indiansth

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