Hi! Wondering what the best way to sum a number of columns based on a particular cell which is dynamic.
<tbody>
I can use this formula when E3 is static, but wondering how to get E3 to be dynamic based off a cell value
<tbody>
=SUM(OFFSET(E3,0,-3,1,3))
</tbody>
</tbody>
Example below...