hello,
I tried the following but it is not working ; I tried many syntaxes without any succes... can anyone helps me ? thx !!!
![]()
Sub sumprodludo() Dim a() As Variant Sheets("trades").Range("F7471:G7487").Select a = Selection ff = Application.WorksheetFunction.SumProduct(((application.Index(a, 0, 1)) > 100) * (Application.Index(a, 0, 2))) End Sub
Bookmarks