J
Joe Sorrenti
My sumproduct formula below is working fine.
=ROUND(SUMPRODUCT((B:B ActiveEmployeeArea <> "1")*(D
ActiveEmployeeArea)),0)
However, I'd like to expand it to subtotal visible rows in the range when it
is filtered. I need the Subtotal(9 function somewhere, but it does not
seem to work. Any help would be appreciated.
The subtotal below function is working, but I need to combine it with the
sumproduct function above.
=ROUND(SUBTOTAL(9,D
ActiveEmployeeArea),0)
Any help would be appreciated.
=ROUND(SUMPRODUCT((B:B ActiveEmployeeArea <> "1")*(D

ActiveEmployeeArea)),0)
However, I'd like to expand it to subtotal visible rows in the range when it
is filtered. I need the Subtotal(9 function somewhere, but it does not
seem to work. Any help would be appreciated.
The subtotal below function is working, but I need to combine it with the
sumproduct function above.
=ROUND(SUBTOTAL(9,D

Any help would be appreciated.