Given a simple formula in cell D3: =SUM($C5:$C20)
Can the formula be written so that the row numbers (5 and 20 in this case) change based on other cell values?
Let's say the desired start row and end row are stored in A3 and B3
If A3 = 10 and B3 = 15, then the formula would behave as if it were written "=SUM($C10:$C15")
Bookmarks