Countif Formula

J

JKVA

I imagine this is a simple question, but I would like to do something like
the formula below, but I would like to do it for a range within 15 minutes
(+15 or -15 of 0).

=COUNTIF('Data (2)'!$Y$2:$Y$1508,">30")

Thanks
 
T

T. Valko

Maybe this...

=COUNTIF('Data (2)'!$Y$2:$Y$1508,">=-15")-COUNTIF('Data
(2)'!$Y$2:$Y$1508,">15")
 
J

JKVA

That's perfect. I was thinking about a way to enter a range within a single
countif, but this makes sense.
Thanks Much.
 

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