Hello,
Let's say rng1 is some range like A1:A10, and rng2 is some range like B1:B10.
I am trying to do the Application.WorksheetFunction.Sumproduct and it is giving me a type mismatch. I have:
Application.WorksheetFunction.SumProduct(--(rng1 > 0), rng1, rng2)
I only want to sumproduct...