possible COUNTIF?

G

GD

Hi, i have a question. Columns A, B, C, D, E have data in the cells ranging
between 1-90, indicating instances within a period of 90 minutes something
happened, so E.G 47, 85, 53 etc..

In column G I have the same kind of data, 1-90.

In Column H I want to put in a formula which counts how many of the
instances in columns A,B,C,D,E are of less numerical value than that in
column G on the same row.

So for Example...

A B C D E F G H
22 45 62 84 89 56 2

Struggling a bit with it, any ideas?
 
G

GD

Hey, thanks for this, it works in as much as it adds the totals of the
figures up, however I was looking for more how many times the instance
occures, so rather than adding 45, 67, 89 up to report 201, it would report 3
(if the cell in G2 was 90)
 
F

francis

Hi GD

Max's formula works, its return 2 in H2 to the example provided
A B C D E F G
22 45 62 84 89 56

=COUNTIF(A2:E2,"<"&G2)

Copy and paste the formula into cell H2

--
Hope this is helpful

Pls click the Yes button below if this post provide answer you have asked


Thank You

cheers, francis
 

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