JFM_12
Feb 08, 2024Iron Contributor
Excel - Subtotal
Hello
I would like to use the function subtotal within an Excel sheet.
The function is
=SUBTOTAL(103,'Page 1'!$A:$A)
At the ende it would be with an offsset
=OFFSET(Tabelle1!A1;0;0;SUBTOTAL(103;Tabelle1!$A:$A);7)
The rows are dynamic but the columns are fixed.
But Excel regards it as text and not as formula.
Is this a problem with the Excel Sheet
Regards
JFM_12