Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If I have multiple spreadsheets with a subtotal on the same cell on each
sheet, say cell "A1". How do I add all these numbers up without clicking on each cell to add to the Sum function? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If those sheets are contiguous, say sheets 1 through 6, use
=SUM(Sheet1:Sheet6!A2) "Derrard" wrote: If I have multiple spreadsheets with a subtotal on the same cell on each sheet, say cell "A1". How do I add all these numbers up without clicking on each cell to add to the Sum function? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
Make sure all the sheets needed are contiguous: Tab order: Summary | Sheet1 | Sheet2 | Sheet3 | Then: =SUM(Sheet1:Sheet3!A1) Or, this is a popular method: Enter an empty sheet named Start before Sheet1 and another empty sheet named End after Sheet3: Summary | Start | Sheet1 | Sheet2 | Sheet3 | End | Then: =SUM(Start:End!A1) Any sheets between Start and End will be included in the Sum. Biff "Derrard" wrote in message ... If I have multiple spreadsheets with a subtotal on the same cell on each sheet, say cell "A1". How do I add all these numbers up without clicking on each cell to add to the Sum function? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Derrard, something like this,
=SUM(Sheet1:Sheet3!A1) -- Paul B Always backup your data before trying something new Please post any response to the newsgroups so others can benefit from it Feedback on answers is always appreciated! Using Excel 2002 & 2003 "Derrard" wrote in message ... If I have multiple spreadsheets with a subtotal on the same cell on each sheet, say cell "A1". How do I add all these numbers up without clicking on each cell to add to the Sum function? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HELP| populate cell with particular value based on multiple condit | Excel Worksheet Functions | |||
Reference a cell on another worksheet in the same spreadsheet file | Excel Discussion (Misc queries) | |||
how do I reference a spreadsheet in a cell | Excel Worksheet Functions | |||
Format spreadsheet so no input allowed if certain cell is =<0 | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |