Donate SIGN UP

Excel Help (COUNTIF)

Avatar Image
tpreece01 | 11:43 Thu 04th Sep 2008 | Computers
3 Answers
I have a table with two columns. How can I create a formula to add up how many times Colin scored more than 4 points?

Name Score
Colin 5
Colin 3
Adam 6 etc...

Thanks for any help.
Gravatar

Answers

1 to 3 of 3rss feed

Best Answer

No best answer has yet been selected by tpreece01. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.
"=COUNTIF(Range(ie A1):Range (ieA!)),">4")
Sorry wrong didn't read it properly
Right try again

In a third column in the adjacent cells put this

"=IF(C1="colin",D1," ") Where C1 is the name and D1 is the value.

You solud then get a column with just Colins values in.

Then "=COUNTIF(D1:D8,">4")

You can of course put this formula in any cell/column you can then hide coulmn 3 so it looks as though it is using column 2 as the base.

1 to 3 of 3rss feed

Do you know the answer?

Excel Help (COUNTIF)

Answer Question >>

Related Questions