Hello, I need to make a sumproduct_if function in vba, but I really don´t know how to start.
This is what I have:
Function SUMAPRODUCTO_SI(rango_1 As Range, rango_2 As Range, rango_cond As Range, condicion As String) As Double
Dim filauno As Integer, columnauno As Integer, filasuno As...