Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a 'Wages' workbook in which I have 12 sheets; one for each employee. I
changed the tab names to the names of each employee. I want to total the 'Gross Wage' which, in week 1, is in cell G9 on each sheet, and put the answer onto a new sheet. So that's the total of 12 different G9's. I started with: ='Sarah Deering'!G9 on the new sheet and that worked. But I need a formula for all 12. I hope the formula doesn't require me to type in all 12 names. I want the answer to appear in only one cell in the new sheet, as a total. Any ideas? Should the new sheet be in a new workbook? Thanks. - Gatsby. (Not The Great) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It's Me Again.
I sent the above post to 'Set Up' as well (by mistake), and received a really quick answer from Dave Peterson for which I am truly grateful. So please ignore above question. Thanks. Gatsby (Not The Great) "Gatsby" wrote: I have a 'Wages' workbook in which I have 12 sheets; one for each employee. I changed the tab names to the names of each employee. I want to total the 'Gross Wage' which, in week 1, is in cell G9 on each sheet, and put the answer onto a new sheet. So that's the total of 12 different G9's. I started with: ='Sarah Deering'!G9 on the new sheet and that worked. But I need a formula for all 12. I hope the formula doesn't require me to type in all 12 names. I want the answer to appear in only one cell in the new sheet, as a total. Any ideas? Should the new sheet be in a new workbook? Thanks. - Gatsby. (Not The Great) |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Check your other post.
Gatsby wrote: I have a 'Wages' workbook in which I have 12 sheets; one for each employee. I changed the tab names to the names of each employee. I want to total the 'Gross Wage' which, in week 1, is in cell G9 on each sheet, and put the answer onto a new sheet. So that's the total of 12 different G9's. I started with: ='Sarah Deering'!G9 on the new sheet and that worked. But I need a formula for all 12. I hope the formula doesn't require me to type in all 12 names. I want the answer to appear in only one cell in the new sheet, as a total. Any ideas? Should the new sheet be in a new workbook? Thanks. - Gatsby. (Not The Great) -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I hope the formula doesn't require me to type in all 12 names.
That's one way to do it. Here's another way: Insert a blank worksheet before employee1 sheet and insert another blank sheet after employee12 sheet. Name the first inserted sheet Start and name the last inserted sheet End. Sort of like having "bookends". Then use this formula: =SUM(Start:End!G9) Any sheets between Start and End (inclusive) will be included in the calculation. Biff "Gatsby" wrote in message ... I have a 'Wages' workbook in which I have 12 sheets; one for each employee. I changed the tab names to the names of each employee. I want to total the 'Gross Wage' which, in week 1, is in cell G9 on each sheet, and put the answer onto a new sheet. So that's the total of 12 different G9's. I started with: ='Sarah Deering'!G9 on the new sheet and that worked. But I need a formula for all 12. I hope the formula doesn't require me to type in all 12 names. I want the answer to appear in only one cell in the new sheet, as a total. Any ideas? Should the new sheet be in a new workbook? Thanks. - Gatsby. (Not The Great) |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It's very nice that you posted a reply here.
Gatsby wrote: It's Me Again. I sent the above post to 'Set Up' as well (by mistake), and received a really quick answer from Dave Peterson for which I am truly grateful. So please ignore above question. Thanks. Gatsby (Not The Great) "Gatsby" wrote: I have a 'Wages' workbook in which I have 12 sheets; one for each employee. I changed the tab names to the names of each employee. I want to total the 'Gross Wage' which, in week 1, is in cell G9 on each sheet, and put the answer onto a new sheet. So that's the total of 12 different G9's. I started with: ='Sarah Deering'!G9 on the new sheet and that worked. But I need a formula for all 12. I hope the formula doesn't require me to type in all 12 names. I want the answer to appear in only one cell in the new sheet, as a total. Any ideas? Should the new sheet be in a new workbook? Thanks. - Gatsby. (Not The Great) -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Totalling Values From The Same Cell In 12 Worksheets Onto New Shee | Setting up and Configuration of Excel | |||
Reference Cell Color From Other WorkSheets | Excel Worksheet Functions | |||
Help with this conditional IF statement | Excel Discussion (Misc queries) | |||
Replacing Linked Cell Values w/ Current Values | Excel Worksheet Functions | |||
How to sum the values of a single cell from multiple worksheets | Excel Worksheet Functions |