sharky12345
Well-known Member
- Joined
- Aug 5, 2010
- Messages
- 3,422
- Office Version
- 2016
- Platform
- Windows
I'm using this formula to count the number of instances when a time value falls between 00:00 and 06:00;
The range B2:B998 is formatted as Custom hh:mm but the formula result is giving me zero, which is not correct.
Can anyone spot where I am going wrong please?
=COUNTIF(Deployments!$B$2:$B$998,"<="& 6/24) - COUNTIF(Deployments!$B$2:$B$998,"<="& 0/24)
The range B2:B998 is formatted as Custom hh:mm but the formula result is giving me zero, which is not correct.
Can anyone spot where I am going wrong please?