Sum columns and rows w/ relative inputs

B

behrens

Is there a function that allows you to set a starting
point and then sum x rows and y columns?

For example:
Function (a6,5,6)

A function that would would sum 5 rows across and 6
columns down starting with cell a6?

I am trying to dynamically sum different ranges (e.g. the
5 rows and 6 columns)without hardcoding this in?

The Offset will return the value in a cell x rows and y
columns, but is there a similar sum function?
 
Top