I have a spreadsheet that has the following wonderful SUMPRODUCT formula that only calculates based on visible cells which I would like to achieve with the same effect by using the new SUMIFS with SUBTOTAL functions.
=SUMPRODUCT(--ISTEXT(G4:G34),--(J4:J34>100),SUBTOTAL(103,OFFSET(G4:G34,ROW(G4:G34)-MIN(ROW(G4:G34)),,1))*(P4:P34))
I would prefer to use SUMIFS as it delivers the results much faster. Any help is much appreciated.
Bookmarks