P
Pete_UK
Try this:
=COUNTIF(S4:S128,TIMEVALUE("0:08"))
or this:
=COUNTIF(S4:S128,TIME(0,8,0))
Times are stored internally by Excel as fractions of a 24-hour day, so
you need to compare like with like.
Hope this helps.
Pete
=COUNTIF(S4:S128,TIMEVALUE("0:08"))
or this:
=COUNTIF(S4:S128,TIME(0,8,0))
Times are stored internally by Excel as fractions of a 24-hour day, so
you need to compare like with like.
Hope this helps.
Pete