Counting Function Results

Coaster750New

New Member
Joined
Sep 8, 2017
Messages
6
I have a spreadsheet of many tens of thousands of rows and wish to prune the data to make it more manageable.
It is the output of a monitoring system that spits out a row of data every 15 minutes.
What I want to do is count how many rows of data there are at (say) a quarter past the hour, up to an end date (say, 1/1/23). I can use this in my macro then for various purposes.
I know how to use MINUTE() to get the minute value into a new column and then use COUNTIF on the new column but I don't want to do that as I will have to check through several macros to make sure they are addressing the correct columns.
Does anyone know how to count the occurrences of data at 15 minute intervals please?
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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