I'm having a bit of a problem with this formula:
=COUNTIFS(H13:H17, ">="&A30, H13:H17, "<"&A31)
I'm trying to count the number of Duration occurrences, from 0 to 30 min in 1 min intervals. But here's the problem I run into. If I use it on the cell where I just put the time by myself like 0:01:15 (HH:MM:SS)
, then it works just fine.
But the problem is that I don't want to count durations manually. And in another line, I have two timestamps and just use a simple formula to get the difference ( duration). And that's where the problem starts. If I use the same formula on the cell where the duration is calculated automatically, I get different results.
Any recommendations on how to fix it?