I understand that the COUNTIF Formula can only be used for one condition. On my current project, I have two criteria that need to be met. The H Column needs to have a non-blank value and The C Column needs to have SITE A.
I have structured my formula like this:However the formula just returns 400 everytime... what am I doing wrong? This is in Excel2003![]()
=COUNT(IF(H8:H407>0,IF(C8:407="SITE A",1,0),0))
Bookmarks