![]() |
Pull a value from another worksheet
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. |
Pull a value from another worksheet
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. |
Pull a value from another worksheet
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. |
All times are GMT +1. The time now is 07:17 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com