I need to sum a range of cells and I need the range to be controlled by an input in a cell outside the range. For example:
Or, if I change the input to "4", then the range changes to a set of 4 cells:
Is this possible? Thank you.
Cell Formulas | ||
---|---|---|
Range | Formula | |
J4:J11 | J4 | =SUM(I4:I6) |
Or, if I change the input to "4", then the range changes to a set of 4 cells:
Cell Formulas | ||
---|---|---|
Range | Formula | |
J4:J10 | J4 | =SUM(I4:I7) |
Is this possible? Thank you.