Thread
:
Countif in VBA -- evaluate multiple criteria
View Single Post
#
1
Posted to microsoft.public.excel.programming
Scott P
external usenet poster
Posts: 26
Countif in VBA -- evaluate multiple criteria
I am trying to replicate a function such as this from Excel: {=COUNT(IF((B2:D120)*(B2:D12<=2),B2:D12))} in VBA. How do I evaluate multiple criteria using COUNTIF in VBA?
Reply With Quote
Scott P
View Public Profile
Find all posts by Scott P