Time Countif help or convert to text

S

SFD

I am trying to count how many times 00:01 are in a column.

My formula is =COUNTIF(G1:H679,"00:01") but I get 0 instead of whatever the
actual count is.

Is there a way to convert the time to text? For now I have put in a new
column and am manually entering the time as text, 1, 2, 3, ect

Any assistance is greatly appreciated since I have over 3500 to convert or
manually input.

Steve
 
T

T. Valko

Another one:

=COUNTIF(G1:H679,TIME(0,1,0))

Using TIME removes any ambiguity from what 00:01 means.

0 hours 1 minute?
0 hours 0 minutes 1 second?

Biff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top