Quizzes & Puzzles0 min ago
Excel Help (COUNTIF)
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.
Name Score
Colin 5
Colin 3
Adam 6 etc...
Thanks for any help.
Answers
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.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.
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.