Hello excel experts,
I have the following formula:
=SUMPRODUCT(SUBTOTAL(103,OFFSET($F$26,ROW($F$26:$F$999999)-ROW($F$26),0)),($A$26:$A$999999=$A21)*($B$26:$B$999999=$B$7))
The issue that I have run into is that each time I update my pivot table that uses this formula I run out of resources. I would like to remove the "$999999" and find the last visible cell with data in it. Is there a way to do this in the formula? I do not want to run it with VBA. The workbook is extremely large and has a number of different pivot tables all linked to one source table. I just need to get this formula less resource-intensive, please.
Thank you,
Cari
I have the following formula:
=SUMPRODUCT(SUBTOTAL(103,OFFSET($F$26,ROW($F$26:$F$999999)-ROW($F$26),0)),($A$26:$A$999999=$A21)*($B$26:$B$999999=$B$7))
The issue that I have run into is that each time I update my pivot table that uses this formula I run out of resources. I would like to remove the "$999999" and find the last visible cell with data in it. Is there a way to do this in the formula? I do not want to run it with VBA. The workbook is extremely large and has a number of different pivot tables all linked to one source table. I just need to get this formula less resource-intensive, please.
Thank you,
Cari