countifs

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Countifs

Countifs

resolvedResolved · Low Priority · Version 2016

Fraser has attended:
Excel Introduction course
Excel Intermediate course
Excel Advanced course

Countifs

How do I count multiple text values in a range of cells in one of the countifs parts.

RE: Countifs

Hi Fraser,

Thank you for the forum question.

I am not sure what you mean by "in one of the countifs parts".

The Countifs can count how many times you have a specific text string or number in a range. It can work with from 1 to 128 criteria.

If you have a range A2:A200 with month names and want to count how many times you have the month name January the function should look like this:

=CountIfs(A2:A200,"January")

If you want to count how many times you have January or February:

=CountIfs(A2:A200,"January") + CountIfs(A2:A200,"February")

If you have staff names in column B and want to count how many times you have January in column A and John in Column B:

=Countifs(A2:A200,"January",B2:B200,"John")



Please let me know if this is not what you are looking for.



Kind regards

Jens Bonde
Microsoft Office Specialist Trainer

Tel: 0207 987 3777
STL - https://www.stl-training.co.uk
98%+ recommend us

London's leader with UK wide delivery in Microsoft Office training and management training to global brands, FTSE 100, SME's and the public sector

Wed 12 Jun 2019: Automatically marked as resolved.

 

Training courses

 

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
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Excel tip:

Currency format

Ctrl+Shift+$ applies the Currency format, with two decimal places

View all Excel hints and tips


Server loaded in 0.05 secs.