0

I believe that I need an array formula in order to accomplish this task, but I'm not entirely sure.

I need to count the number of records which match 'Cadmium' and are greater than a particular value (0.0005).

Here's an example of how my data is arranged. The real dataset contains thousands more species and rows.

Start cell A1:

Cadmium      0.0005
Chromium     0.0100
Copper       0.0010
Cadmium      0.0010
Nickel       0.3
Cadmium      0.0010

Thus the formula would be able to filter out cadmium, and those results greater than 0.0005 (i.e. two).

1 Answer 1

1

Use the COUNTIFS() Function:

=COUNTIFS(A:A,"Cadmium",B:B,">.0005")
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.