thesanealien
New Member
- Joined
- Apr 9, 2014
- Messages
- 10
Hey guys!
I'm trying to get this COUNTIF function working properly to calculate how many of my employees I have closing on each day of the week. It already works properly for those who are OPENING each day, but I can't figure out what the issue is.
All of my cells are formatted as TIME.
My function for my openers is to show me how many individuals I have coming in at opening time which is 9:30AM.
=COUNTIF(E10:E37,"<=9:30")
That dunction works fine, but as soon as I change it to greater than OR equal to 6:30 (closing time) to calculate how many employees are staying until close - it breaks. If I use the following function it counts every cell that has any time in it whatsoever in the calculation:
=COUNTIF(F10:F37,">=6:30")
It seems it isn't differentiating between AM and PM. And if I try EQUAL to 6:30 it gives me a 0.
Help!
I'm trying to get this COUNTIF function working properly to calculate how many of my employees I have closing on each day of the week. It already works properly for those who are OPENING each day, but I can't figure out what the issue is.
All of my cells are formatted as TIME.
My function for my openers is to show me how many individuals I have coming in at opening time which is 9:30AM.
=COUNTIF(E10:E37,"<=9:30")
That dunction works fine, but as soon as I change it to greater than OR equal to 6:30 (closing time) to calculate how many employees are staying until close - it breaks. If I use the following function it counts every cell that has any time in it whatsoever in the calculation:
=COUNTIF(F10:F37,">=6:30")
It seems it isn't differentiating between AM and PM. And if I try EQUAL to 6:30 it gives me a 0.
Help!