Hey guys,
I have an Excel file that I want to apply the sum-formula to the filtered rows as well. At present, the total value does not change when I filter the rows.
AM8=SUMIF(INDIRECT("Ordersheet!$AL$" & $AO$5 & ":$AL$" & $AO$8);INDIRECT("Ordersheet!$AK$" & $AO$5 & ":$AK$" & $AO$8);"<>NO";INDIRECT("Ordersheet!$AI$" & $AO$5 & ":$AI$" & $AO$8);"<>STORNO")
AO8 = =If (SUMPRODUCT(MAX(($A:$A<>"")*ROW($A:$A)))=7;8;SUMPRODUCT(MAX(($A:$A<>"")*ROW($A:$A))))
AO5=10
I have an Excel file that I want to apply the sum-formula to the filtered rows as well. At present, the total value does not change when I filter the rows.
AM8=SUMIF(INDIRECT("Ordersheet!$AL$" & $AO$5 & ":$AL$" & $AO$8);INDIRECT("Ordersheet!$AK$" & $AO$5 & ":$AK$" & $AO$8);"<>NO";INDIRECT("Ordersheet!$AI$" & $AO$5 & ":$AI$" & $AO$8);"<>STORNO")
AO8 = =If (SUMPRODUCT(MAX(($A:$A<>"")*ROW($A:$A)))=7;8;SUMPRODUCT(MAX(($A:$A<>"")*ROW($A:$A))))
AO5=10