Forumlas

AMM

New Member
Joined
Jul 19, 2007
Messages
8
Lets just say my Worksheet is 7 rows wide (a-d) and 5 rows long. In each row I have a total coming from data on a separate sheet. Column D is set up as a Total column for values in b-c. So it would look like:

1--A--B--C--D
2--1--2--3--6
3--5--2-1--8
4--3--2--1--6
5--1--1--2--4

My question is since my actual chart is much longer than 5 rows long is there any kind of formula or easier way to input the each sum formula at once or am I going to have to do each row one at a time?

Thanks!
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Hi AMM.

The answer is probably yes, but we would have to know how the data is arranged on the other sheet so that we might suggest a method of identifying the correct cell reference.

Is there a consistant space between the source cells? Is there some other cell which identifies which cell is the source? perhaps a label of some sort.

BTW "A to D" is not 7 rows wide, but four columns wide
 
Upvote 0
Put this formula in Cell D2.
Code:
=SUM(A2:C2)
Double click the fill-handle to copy to the bottom row of column D.
 
Upvote 0

Forum statistics

Threads
1,214,975
Messages
6,122,538
Members
449,088
Latest member
RandomExceller01

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