Calculating time

Fyrdawg

Board Regular
Joined
Aug 29, 2013
Messages
51
Office Version
  1. 365
Platform
  1. Windows
Hi All.
I have a spreadsheet with times on it and I am trying to get it to determine how many times are less than or equal to 7 min. Attached is a simple version of my spreadsheet. I was working with the following formula but I can seem to figure out the last bit of it to determine less then/equal to: couniif (A1:A5, 0:07:00)

Any help is greatly appreciated.

0:09:57
0:01:22
0:06:56
0:07:45
0:03:19

<tbody>
</tbody>
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
So if figured got this formula to work: =COUNTIF(M3:M437,"<= 0:07:00"), but I can't get it to compute =COUNTIF(M3:M437,">0:07:00").
 
Upvote 0
its hard to say because its working for me....

you could try something like....

=SUMPRODUCT(--(M3:M437>"0:7:00"+0))
 
Upvote 0
Thank you for your help on this.

That formula worked, but it's counting any blank spaces I have also. When I change the range to just the populated cells, it's computing the number accurately. I know there is a way to tell the formula to ignore any blank spaces?
 
Upvote 0
Boom.. That worked... Thank you, thank you, thank you...
 
Upvote 0

Forum statistics

Threads
1,214,516
Messages
6,119,978
Members
448,934
Latest member
audette89

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top