Jack-P-Winner
Member
=(COUNTIF(F2:F51,AB3)+COUNTIF(Q2:Q51,AB3)+
Hi Jack,
Your code is wrong as there is an excess ( and +.
If you remove them than this formula will return the sum of count of AB3 in the range F2:F51 & Q2:Q51.
Regards,
Dear Jack..
The above formula =COUNTIF(F2:F51,AB3)+COUNTIF(Q2:Q51,AB3), lets break it for better understanding
First of all, you should aware the syntax of COUNTIF. The syntax is COUNTIF(Criteria Range, Criteria). Excel will count your criteria from the Given Criteria Range and returns the numerical results or error values. It will not work on any Text results. If we will break the above formula,
COUNTIF(F2:F51,AB3), here the Criteria Range is F2:F51, criteria is AB3. That means the value in AB3, will counted in the Criteria Range, and if found then it will return the numerical result. If not found then it will give 0. Same will be applied for 2nd part i.e COUNTIF(Q2:Q51,AB3). After that both values will be summed up.
In excel 2007 and above, we can use COUNTIFS for multiple Ranges and multiple criteria. And we can also use SUMPRODUCT to achieve this.
I hope, the explanation will clear your all doubts
See if this link works. If not I will upload another when I get home
Dear Jack..
The provided link, requires login information. So please upload the file directly in this forum, no need for third party data storage sites.
Which file are you referring to , which column / cells within the file ?Game 50 is EEOO Game 49 ia OOEE Game 48 is OOOO amd Game 47 EEEE when I rest to 49, 49 should then have EEOO 48 will have OOEE, 47 will have OOOO and 46 now has EEEE