Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Im using Excel 2003 SP2, and I have a spreadsheet which shows the monthly
management accounts for a series of cost-centres, one per worksheet; the worksheets are named Sheet1 through to Sheet20. Each worksheet has five columns and about a hundred rows, and their layout is identical. I also have a worksheet that produces an account for the combined cost centres, using =SUM(Sheet1:Sheet20!E6) etc. for each cell. So far so good. The problem is that the cost-centres are divided into sub-groups, and I want to produce sub-totals for each sub-group. Cell B2 on each worksheet contains the reference for the sub-group that the particular cost centre belongs to, ranging from 1 through to 8. Ive used the following formula for sub-group 1, but it produces a #NAME? error: =SUMPRODUCT(SUMIF(INDIRECT("'"&sheet1:sheet20&"'b2 "),1,INDIRECT("'"&sheet1:sheet20&"'!e6"))) I guess the fact that Excel isnt capitalising the initial letter of the worksheet name is a clue, but can anyone tell me what Im doing wrong? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sumif? | Excel Discussion (Misc queries) | |||
SUMIF | Excel Discussion (Misc queries) | |||
Embedding a Sumif in a sumif | Excel Worksheet Functions | |||
nested sumif or sumif with two criteria | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |