How to SUM a range of cells where the range for rows and cols for the formula come from cell input

excel1072user

New Member
Joined
Jun 27, 2015
Messages
2
Hello !! I tried various options and am stuck w/my limited knowledge!! its my first time here and am looking for some help.

Is there a way to SUM a range of cells where the range for rows and cols for the formula come from cell input ?

In the below example : I am looking for a formula to use in cell D1 that sums a range of cells based on the values I enter in cells A2, B2 & C2.


ABCDEFGH
1colbegin row #end row #=sum(E3:E6)
2E36136
3253
4562
5662
6665
7

<tbody>
</tbody>



Thanks for any help !
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Welcome to Mr Excel

Try
=SUM(INDIRECT(A2&B2&":"&A2&C2))

Hope this helps

M.
 
Upvote 0

Forum statistics

Threads
1,216,458
Messages
6,130,757
Members
449,588
Latest member
accountant606

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top