I have two named ranges, timeInA_D and timeOutA_D. Both ranges are the same size, 60,000 rows. I am trying to evaluate how many of the cells in timeInA_D are between 6:55 AM and 7:00 AM.
I'm using the array formula
{=COUNT(IF(AND(timeInA_D<A1,timeInA_D>A2),1,FALSE))}
where A1 and A2 are 7:00 AM and 6:55 AM.
The result of this count is "1". That is definitely not the right answer. Can anyone see what is wrong with my formula or another way of calculating this?
Thanks
Bookmarks