ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Refer to Another Spreadsheet in a Formula (https://www.excelbanter.com/excel-worksheet-functions/228234-refer-another-spreadsheet-formula.html)

Doug

Refer to Another Spreadsheet in a Formula
 
How would I tell a formula to go to another spreadsheet and to take the sum
of a specified range?

DOUG

Jacob Skaria

Refer to Another Spreadsheet in a Formula
 
Direct reference
=[Excelfile.xls]Sheet1!A1

Indirect reference
A1 = ExcelFile.xls
B1 = Sheet1
=INDIRECT("[" & A1 & "]" & B1 &"!" & "A1")

If this post helps click Yes
---------------
Jacob Skaria


"DOUG" wrote:

How would I tell a formula to go to another spreadsheet and to take the sum
of a specified range?

DOUG


Bob Phillips[_3_]

Refer to Another Spreadsheet in a Formula
 
You precede the range with the sheet name and !, like so

=SUM(Sheet1!A1:A10)

or in single quotes if the shete name has spaces

=SUM('Some Sheet'!A1:A10)

--
__________________________________
HTH

Bob

"DOUG" wrote in message
...
How would I tell a formula to go to another spreadsheet and to take the
sum
of a specified range?

DOUG




Don Guillett

Refer to Another Spreadsheet in a Formula
 
spreadsheet means?

Workbook
worksheet

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"DOUG" wrote in message
...
How would I tell a formula to go to another spreadsheet and to take the
sum
of a specified range?

DOUG



Duke Carey

Refer to Another Spreadsheet in a Formula
 
In the cell where you want the result, type;

=sum(

then press Ctrl-F6 to switch to the workbook containing the range to be
summed. Highlight the desired cells, and press Enter

"DOUG" wrote:

How would I tell a formula to go to another spreadsheet and to take the sum
of a specified range?

DOUG



All times are GMT +1. The time now is 07:31 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com