Thread: [Solved] Frequency of Count Ifs
View Single Post
 
Old 01-30-2017, 07:05 AM
keeble keeble is offline Windows 10 Office 2010 32bit
Novice
 
Join Date: Jan 2017
Posts: 2
keeble is on a distinguished road
Question Frequency of Count Ifs

I have the below formula which works correctly however I have duplicates in rows which I need it to deduct, any ideas what I can add to get it to do this without?

=SUM(COUNTIFS($A$28:$A$224,"Accepted",$C$28:$C$224 ,"Tier 1"))

So for example I have the below, the number I need to get to is 4 accepted tier 1 companies:

Accepted Mr Smith Tier 1 Company A
Accepted Mr Reynolds Tier 1 Company A
Accepted Miss Cole Tier 1 Company B
Accepted Mr x Tier 1 Company C
Accepted Mrs Y Tier 1 Company C
Accepted Mr Z Tier 1 Company D

Note I cannot just use the frequency count as I need it to look for specific things across a range of data.

Ive been racking my brains so anyone that can help with this would appreciate it!
Thanks :0)
Reply With Quote