Good morning I'd like to use a dynamic value for a formula, i.e. I'd like to replace the "409" with something like "COUNTA('AE Reattendances'!A:A)"
but just substituting that is invalid and I've got a mental block on how else to formulate the syntax.
I've just tried
and although each individual part of the formula shows (including the quote marks)
its still not a valid formula.
Many thanks,
D€$
=SUMPRODUCT((1/COUNTIF('A&E Reattendances'!$N$2:N409,'AE Reattendances'!$N$2:N409))*('AE Reattendances'!$F$2:F409='Weekly Activity Summary'!K$4))
but just substituting that is invalid and I've got a mental block on how else to formulate the syntax.
I've just tried
=SUMPRODUCT((1/COUNTIF(CONCATENATE("'AE Reattendances'!$N$2:N" & COUNTA('AE Reattendances'!A:A)),CONCATENATE("'AE Reattendances'!$N$2:N" & COUNTA('AE Reattendances'!A:A))))*(CONCATENATE("'AE Reattendances'!$F$2:F" & COUNTA('AE Reattendances'!A:A))='Weekly Activity Summary'!
and although each individual part of the formula shows (including the quote marks)
"'AE Reattendances'!$N$2:N409"
its still not a valid formula.
Many thanks,
D€$