79076563

Date: 2024-10-11 01:36:19
Score: 0.5
Natty:
Report link

I think this is what you had in mind:

=SUM(OFFSET(INDIRECT(ADDRESS(ROW(),COLUMN())),1,0,C1,1))

or "old style":

=SUM(INDEX(A:A,ROW()+1):INDEX(A:A,ROW()+C1))

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Michal