98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel Training and help » COUNT IF and COUNT IFS
COUNT IF and COUNT IFS
Resolved · Low Priority · Version 2007
Kate has attended:
Excel Advanced course
Project Management - Framework & Processes course
COUNT IF and COUNT IFS
When creating a formula when might you use COUNT IF and why might you use COUNT IFS instead
RE: COUNT IF and COUNT IFS
Hi Kate, thanks for your query. COUNTIF only counts those values in a single column that match a certain criteria. But consider:
A B
1 a
2 b
3 c
4 b
2 b
How would you count only those cells where the values are 2 and b, in the separate columns? Two separate COUNTIF fomulas and then add the results? You could use the COUNTIFS function to do so instead:
=COUNTIFS(A1:A5, "2", B1:B5, "b")
Basically, we talking multiple criteria checking. You can also do this with the array formulas I mentioned.
Hope this helps,
Anthony
Wed 18 Jul 2012: Automatically marked as resolved.
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Deleting cells, Rows & columnsplace your cursor on a cell, row number or column letter and use CTRL + -. |