CONDITIONAL COUNTIF FUNCTION

  • Thread starter Thread starter Zardoz
  • Start date Start date
Z

Zardoz

How does one count the number of records with an "X" in
column G if there is a "Z" in cloumn B?
 
If your application supports VBA probably loop through them using a For/Next
loop.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| How does one count the number of records with an "X" in
| column G if there is a "Z" in cloumn B?
 
Back
Top