Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
TIA
I've got a workbook with 25 sheets. I need a cell in the 25th sheet to sum the same cell in each of the other 24. I can't figure out a quick way to write a formula for that. Does anyone know? I tried to Insert Name and Define and the reference, but I couldn't make it work. My guess was I was doing it all wrong. Thanks again, JasonK |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I like this one on sheet 25
=SUM('*'!A20) See also the last part of this page http://www.rondebruin.nl/linksum.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "JasonK" wrote in message ... TIA I've got a workbook with 25 sheets. I need a cell in the 25th sheet to sum the same cell in each of the other 24. I can't figure out a quick way to write a formula for that. Does anyone know? I tried to Insert Name and Define and the reference, but I couldn't make it work. My guess was I was doing it all wrong. Thanks again, JasonK |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks. so simple. I'll get this figured out some day.
thanks again. JasonK On Mon, 4 Jan 2010 23:10:58 +0100, "Ron de Bruin" wrote: I like this one on sheet 25 =SUM('*'!A20) See also the last part of this page http://www.rondebruin.nl/linksum.htm |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could add two "dummy" sheets--one to the far left and one to the far right.
But don't include that 25th sheet. Call them Start and Finish. Then your formula would become: =sum('start:finish'!c3) I would lock the cells on those sheets and protect them. You don't want someone putting something in one of the cells that breaks the formulas. After you do this, you can play what-if games, too. Just drag a worksheet outside that "sandwich" and that employee's numbers will be ignored. Remember to have the total sheet outside the sandwich, too. JasonK wrote: TIA I've got a workbook with 25 sheets. I need a cell in the 25th sheet to sum the same cell in each of the other 24. I can't figure out a quick way to write a formula for that. Does anyone know? I tried to Insert Name and Define and the reference, but I couldn't make it work. My guess was I was doing it all wrong. Thanks again, JasonK -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
matching and summing across sheets | Excel Discussion (Misc queries) | |||
Conditional summing across several sheets | Excel Worksheet Functions | |||
Summing accross sheets | Excel Worksheet Functions | |||
Summing same cell/cells from multiple sheets | Excel Worksheet Functions | |||
Summing Sheets - SUMIF ? | Excel Worksheet Functions |