#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 92
Default 3D Sum

I know I can add cells from multiple sheets with the following:
Sheet1:Sheet4!A2

But what if my sheet names have spaces in them? When I add the apostrophe
around the sheet name, I get a #Name$ error.

Thanks!



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 364
Default 3D Sum

should be like this

=sum('Sheet 1:Sheet 2'!A2)

--


Gary

"Steph" wrote in message
...
I know I can add cells from multiple sheets with the following:
Sheet1:Sheet4!A2

But what if my sheet names have spaces in them? When I add the apostrophe
around the sheet name, I get a #Name$ error.

Thanks!




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 3D Sum

Try putting an underscore in the space Sheet_1

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default 3D Sum

Like this

=SUM('Sheet1:Sheet 3'!A1)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Steph" wrote in message
...
I know I can add cells from multiple sheets with the following:
Sheet1:Sheet4!A2

But what if my sheet names have spaces in them? When I add the apostrophe
around the sheet name, I get a #Name$ error.

Thanks!





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 10:21 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"