View Single Post
  #2   Report Post  
wickedchew wickedchew is offline
Senior Member
 
Location: Philippines
Posts: 161
Default

Quote:
Originally Posted by Traci A View Post
I need to count the number of times on several dates (on the same row as the time) there are between 6 am & 2 pm; 2pm to 10 pm; 10 pm to 6 am.
E.G. Row 111 column B-7-31-10 column c-11:55 pm would count as 1.
I am counting the number of assessments done per shift.
Try:

=IF(AND(Assessment time taken=6am, Assessment time taken<=2pm),1,0)

Then count all cells that have values of 1.
__________________
Asobi Wa Owari Da