linking worksheets - PLEASE HELP!!!

greenday_ladie

New Member
Joined
Apr 2, 2002
Messages
1
I need formula to get a total of items to a summary sheet from multiple cell ranges on multiple spreadsheets.
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
...something like...

=SUM(Sheet3!F9:F21,Sheet1!K6:K16,Sheet5!D3:D8)

...keep adding expressions for all the sheet ranges you want.
 
Upvote 0
when you say "spreadsheets" i assumed you meant worksheets on the same workbook.

if the ranges are on worksheets on different workbooks then that is also possible using

'C:[book1.xls]Sheet1'!$D$6:$D$9 ...for each range

where C: is the filepath
book1.xls is the filename
This message was edited by daleyman on 2002-04-03 17:10
 
Upvote 0

Forum statistics

Threads
1,214,400
Messages
6,119,284
Members
448,885
Latest member
LokiSonic

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