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