A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hello Michael,
Let's say that the variable is F76 and that F79 remain unchanged. If that's not the case, we can easily modify it.
The trick is to use =INDIRECT():
=COUNTA(F76:F79) then becomes =COUNTA(INDIRECT(D80&":F79")) which should automatically resolve to =COUNTA(F76:F79) if your D80 cell says F76.
Does this help?