To Harald Staff (or anyone who knows)

J

Johnny

Hi all,

Sorry to bother you again, but I need to know how this
solution was worked out; i.e. how 96 equates to 15
minutes, and how I can change it to read 2 minutes in
another column..

Hoping someone can help,

Johnny

Just what I needed!
Many thanks Harald.

Johnny
-----Original Message-----
Hi Johnny

=COUNTIF(A1:A1000,"T")/96
format result cell as time hh:mm

HTH. Best wishes Harald




.
..
 
N

Neil

Johnny

There are 96 (15mins) in 24 hours

Neil


Johnny said:
Hi all,

Sorry to bother you again, but I need to know how this
solution was worked out; i.e. how 96 equates to 15
minutes, and how I can change it to read 2 minutes in
another column..

Hoping someone can help,

Johnny

Just what I needed!
Many thanks Harald.

Johnny

.
 
N

Norman Jones

Hi Johhny,

Divide by 24 to return hours

Divide hours by 15 (your minute interval) returns 4
24 x 4 = 96, hence Harald's divisor.

-------------------------------------

Therefore, for your new 2 minute interval (using Harald's approach):
Divide by 24 to return hours

Divide hours by 2 (your minute interval) returns 30
24 x 30 = 720.

New formula:

=COUNTIF(A1:A1000,"T")/720
 
J

Johnny

Many thanks gents.
I wonder if you guys realise how you save people's skins
daily.
Regular Superheroes!

Johnny
 

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

Top