Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I've created a workbook with 12 worksheets in it. Each sheet represents
a month, and on each sheet there is a value of hours on each one that represents overtime hours per month. I'm wanting to create a "summary" page that will pull the overtime value out of a cell on each sheet and put it on the summary page. Is there a simple way to do this? Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Put the sheet names in A1:A12, then in B1 enter
=INDIRECT("'"&A1&"'!A1") and copy down. This assumes that the value to be retrieved is in A1 on each sheet. -- HTH Bob Phillips (replace xxxx in the email address with gmail if mailing direct) wrote in message oups.com... I've created a workbook with 12 worksheets in it. Each sheet represents a month, and on each sheet there is a value of hours on each one that represents overtime hours per month. I'm wanting to create a "summary" page that will pull the overtime value out of a cell on each sheet and put it on the summary page. Is there a simple way to do this? Thanks in advance. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Worked like a charm. Thanks
Bob Phillips wrote: Put the sheet names in A1:A12, then in B1 enter =INDIRECT("'"&A1&"'!A1") and copy down. This assumes that the value to be retrieved is in A1 on each sheet. -- HTH Bob Phillips (replace xxxx in the email address with gmail if mailing direct) wrote in message oups.com... I've created a workbook with 12 worksheets in it. Each sheet represents a month, and on each sheet there is a value of hours on each one that represents overtime hours per month. I'm wanting to create a "summary" page that will pull the overtime value out of a cell on each sheet and put it on the summary page. Is there a simple way to do this? Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pull in address from another worksheet | Excel Worksheet Functions | |||
Needed: worksheet export help | Excel Discussion (Misc queries) | |||
Pull list / dropdown data from another worksheet? | Excel Discussion (Misc queries) | |||
Populating worksheet via a drop down list ! | Excel Worksheet Functions | |||
Weekly Transaction Processing | Excel Worksheet Functions |