WorksheetFunction.CountIf & Worksheet.SumIf with 2 conditions?

E

Etien

Hi there,

Is there a way to get WorksheetFunction.CountIf and .SumIf to work wit
2 conditions?

I know how to use SUM((x)*(y)*1) and SUM((x)*(y)*(z)) in Excel, bu
could not find a way to translate this into VBA code...

Thanks a lo
 
Top