Adding from different worksheets

Danandem

New Member
Joined
May 6, 2009
Messages
7
My first worksheet is labeled Spirs 1 and the folowing sheets are labeled A CO, B CO, C CO, D CO, and HHC, all in the same workbook. I want to add the data from B2 on the worksheets and display the results in Spirs 1, B2. I have done all I know and every time I think I have it right it opens up a window looking for another spreadsheet to update the values in A CO, B CO, C CO, D CO, and HHC, I am not trying to update the values in another spreadsheet, just wanting to add the data from several worksheets and show the total in the first worksheet (Spirs 1). I also want to add B3 and B4 and then C2, C3, C4, then D, then E the same way. Please help.
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
maybe something like,

which is assuming "HHC" is the last sheet in the work book

=SUM('Spirs 1:HHC'!B2)

IMO its a better practice to add a 'start' and 'end' sheet to the workbook

=SUM(start:end!B2) every thing in between in cell B2 would get summed.

would would then do the same for the other cells you want to sum.

you might also might want to have a look at the consolidation feature.
 
Upvote 0
Thank you, it worked. The main problem was that I had imported the data from a web program and I was still working with the sheet as a web page, once I saved it as a workbook, the formula worked. Yes, I am a "user", not very excel savy! Talk about feeling stupid! LOL
 
Upvote 0

Forum statistics

Threads
1,214,650
Messages
6,120,736
Members
448,988
Latest member
BB_Unlv

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