Hi,
I have this formula that works =SUM('ETU1:ETU9'!G30)
but I need the 9 to be dynamic. Its value is in cell F19 of the same sheet.
I therefore try to get
[CODE]=SUM(indirect("'ETU1:ETU"&F19&"'!G30")) but that does not work. Can you spot what is wrong?