Need help with a summary worksheet

Troy Green

New Member
Joined
Oct 27, 2005
Messages
7
Hey guys, I've done a few searches and found some info. regarding what I want to do, but can't make it work for my situation.

I have a Folder full of workbooks, these are estimates for customers, and as such the spreadsheet workbooks file names are Cusomers name, eg. Mike Smith.xls, Troy Green.xls, etc.

I have a sheet in these workbooks named "Invoice", I need to have a seperate workbook that totals cell "Invoice E25"

Any help is appreciated......

Thanks,
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
All those workbook you want to add data from aren't open are they? :cry:

If they are, it's a lot easier.

If not, some VBA code could be written to open each of those files and add those values together, and paste the result (as a value) to the resulting workbook.

There's other ways to do this, but that's one. Let us know if the workbook are open/closed (are they all in the same folder? I think you said that.)
 
Upvote 0
Tazguy,

I don't mind opening all the workbooks if it will make this easier. I will just do this once a week which should only mean 30 to 50 workbooks.

I'm not even sure what VBA stands for so I probably don't want to get involved in that :)

Yes all these workbooks are in one folder "Bids".

Thanks in advance for any help.
 
Upvote 0
I had to enter the formula like this:

=[Book3]Sheet1!$A$1+[Book4]Sheet1!$A$1+[Book5]Sheet1!$A$1+[Book6]Sheet1!$A$1

I just typed = and navigated to each cell I wanted to add, entering a plus in between. Kind of a pain in the butt if you have a lot of workbooks. I've seen this done differently, usually requiring VBA code, though.

Hope that helps!
 
Upvote 0

Forum statistics

Threads
1,215,056
Messages
6,122,907
Members
449,096
Latest member
dbomb1414

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