View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Elkar Elkar is offline
external usenet poster
 
Posts: 964
Default Working with 3-D functions across worksheelts

Are the Sheet names the same in the older workbook? If not, and the sheet
names contain spaces, then you'll need to encolse the names in single quotes.

=SUM('Sheet 1:Sheet 2'!B4)

HTH,
Elkar


"WAGg" wrote:

I constructed a set of XL2000 worksheets to record my household utility
bills. They're named Power, Gas, Water, Sewage, and Garbage Pickup (GP).

Recently, I added another worksheet named Summary, and inserted the
function=SUM(Power:GP!B4) into the corresponding cell beginning. It worked
beautifully.

However, when I tried to apply the same function to an older (but still
XL2000) set of worksheets, it returns NAME?

Any ideas of why this function worked in one set and failed in the other?