View Single Post
 
Old 04-18-2024, 12:24 AM
Michele_1979 Michele_1979 is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Apr 2024
Posts: 9
Michele_1979 is on a distinguished road
Default SUMPRODUCT and SUBTOTAL for STRUCTURED TABLE

Dear all,

I am struggling to find a solution to combine SUMPRODUCT and SUBTOTAL for a structured table.

I have a table with slicer, and I would like to get the SUMPRODUCT based on slicer selection.

By looking for a solution, I got this formula example:

=SUMPRODUCT(
SUBTOTAL(3,OFFSET('Raw Data'!F2:F150,ROW('Raw Data'!F2:F150)-ROW('Raw Data'!F2:F150),0)),
('Raw Data'!F2:F150=5)+0)


and I tried to apply this in my case. So, step by step:

ROW(BALANCE[TOTAL SAVINGS '[€'] MARCH 2024])-MIN(ROW(BALANCE[TOTAL SAVINGS '[€'] MARCH 2024])) ==> This Works
The next step is to apply the OFFSET function ==> now I am blocked

Could you help me?

Many thanks in advance
Reply With Quote