Thread: [Solved] Count if statement
View Single Post
 
Old 05-21-2014, 09:52 AM
BobBridges's Avatar
BobBridges BobBridges is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: May 2013
Location: USA
Posts: 700
BobBridges has a spectacular aura aboutBobBridges has a spectacular aura about
Default

Alaska, I don't think you can use COUNTIF for this function. As I understand it, you want to count the rows in 2014!$B:$C where two conditions apply, a certain value in B and a certain value in C. The way you have it, using two COUNTIFs, it counts all the times the name appears in column B, and then adds to it the number of times "Merrick" appears in column C.

For this you probably need COUNTIFS....yeah, I think that works. Take a look at the attached. I left your formula in column B for comparison, and added COUNTIFS to C:E.
Attached Files
File Type: xlsx x.xlsx (9.0 KB, 10 views)
Reply With Quote