Hi, I have several years worth of data in two minute intervals and I want to count the number of days when a threshold value is exceeded. The format of the data is quite simple:

Column A: dd/mm/yy hh:mm (in two minute timesteps so 720 rows per day)
Column B: values

I simply want to count on how many days one or more values in column B exceed 2.5

Thanks