#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 93
Default sumproduct?

i want to recap particular cells on 10 worksheets in the same workbook. i'd
start at D3, then D4...D52; such that on the recap sheet, D3 would be the sum
of all D3 cells on sheets 1-10 [these are named sheets]
thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default sumproduct?

What sort of naming convention do you have for the sheets?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"reno" wrote in message
...
i want to recap particular cells on 10 worksheets in the same workbook.
i'd
start at D3, then D4...D52; such that on the recap sheet, D3 would be the
sum
of all D3 cells on sheets 1-10 [these are named sheets]
thanks



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 93
Default sumproduct?

the worksheets are like
BE-1026
BL-1991
these are store locations and store numbers, but I could change back to
sheet1...10 so the formula would be eaiser to write and then change the
sheets back ---done that in the past too

"Bob Phillips" wrote:

What sort of naming convention do you have for the sheets?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"reno" wrote in message
...
i want to recap particular cells on 10 worksheets in the same workbook.
i'd
start at D3, then D4...D52; such that on the recap sheet, D3 would be the
sum
of all D3 cells on sheets 1-10 [these are named sheets]
thanks




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default sumproduct?

No need to do that, it is less complex than I first though

Just use

=SUM(BE-1026:BL-9999!$D3)

where BL-999 is the name of the last sheet.

If you will add more sheets later, maybe add two sheets, one named first and
put it at the start, one named last and put it at the end, and have the data
sheets (except recap) between these, then use


=SUM(first:last!$D3)

You could even hide first and last


--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"reno" wrote in message
...
the worksheets are like
BE-1026
BL-1991
these are store locations and store numbers, but I could change back to
sheet1...10 so the formula would be eaiser to write and then change the
sheets back ---done that in the past too

"Bob Phillips" wrote:

What sort of naming convention do you have for the sheets?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"reno" wrote in message
...
i want to recap particular cells on 10 worksheets in the same workbook.
i'd
start at D3, then D4...D52; such that on the recap sheet, D3 would be
the
sum
of all D3 cells on sheets 1-10 [these are named sheets]
thanks






  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 93
Default sumproduct?

i'm getting #name error, don't you have to proceed the sheet name with
!sheet!BE-1026, or can shift-point to first and last in the formula? in htis
case the BE-1026 is only used as a worksheet name within the workbook.
thx

"Bob Phillips" wrote:

No need to do that, it is less complex than I first though

Just use

=SUM(BE-1026:BL-9999!$D3)

where BL-999 is the name of the last sheet.

If you will add more sheets later, maybe add two sheets, one named first and
put it at the start, one named last and put it at the end, and have the data
sheets (except recap) between these, then use


=SUM(first:last!$D3)

You could even hide first and last


--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"reno" wrote in message
...
the worksheets are like
BE-1026
BL-1991
these are store locations and store numbers, but I could change back to
sheet1...10 so the formula would be eaiser to write and then change the
sheets back ---done that in the past too

"Bob Phillips" wrote:

What sort of naming convention do you have for the sheets?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"reno" wrote in message
...
i want to recap particular cells on 10 worksheets in the same workbook.
i'd
start at D3, then D4...D52; such that on the recap sheet, D3 would be
the
sum
of all D3 cells on sheets 1-10 [these are named sheets]
thanks








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default sumproduct?

What are the sheets actually called?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"reno" wrote in message
...
i'm getting #name error, don't you have to proceed the sheet name with
!sheet!BE-1026, or can shift-point to first and last in the formula? in
htis
case the BE-1026 is only used as a worksheet name within the workbook.
thx

"Bob Phillips" wrote:

No need to do that, it is less complex than I first though

Just use

=SUM(BE-1026:BL-9999!$D3)

where BL-999 is the name of the last sheet.

If you will add more sheets later, maybe add two sheets, one named first
and
put it at the start, one named last and put it at the end, and have the
data
sheets (except recap) between these, then use


=SUM(first:last!$D3)

You could even hide first and last


--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"reno" wrote in message
...
the worksheets are like
BE-1026
BL-1991
these are store locations and store numbers, but I could change back to
sheet1...10 so the formula would be eaiser to write and then change the
sheets back ---done that in the past too

"Bob Phillips" wrote:

What sort of naming convention do you have for the sheets?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"reno" wrote in message
...
i want to recap particular cells on 10 worksheets in the same
workbook.
i'd
start at D3, then D4...D52; such that on the recap sheet, D3 would
be
the
sum
of all D3 cells on sheets 1-10 [these are named sheets]
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sumproduct Sandy Excel Worksheet Functions 1 August 10th 07 03:28 PM
sumproduct? sumif(sumproduct)? David Excel Worksheet Functions 3 July 13th 07 07:06 PM
Help! With SUMPRODUCT Glynn Furr Excel Worksheet Functions 4 April 17th 06 03:41 AM
sumproduct FLKULCHAR Excel Worksheet Functions 1 September 18th 05 03:36 PM
SUMPRODUCT Help Sam via OfficeKB.com Excel Worksheet Functions 2 August 29th 05 06:38 PM


All times are GMT +1. The time now is 01:06 AM.

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"