Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default 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.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 380
Default 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.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default 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.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pull in address from another worksheet S. Hernandez Excel Worksheet Functions 7 July 31st 06 04:07 PM
Needed: worksheet export help mainemike Excel Discussion (Misc queries) 1 February 24th 06 02:59 AM
Pull list / dropdown data from another worksheet? Annabelle Excel Discussion (Misc queries) 2 February 16th 06 03:32 PM
Populating worksheet via a drop down list ! kuansheng Excel Worksheet Functions 4 February 14th 06 05:48 AM
Weekly Transaction Processing Ralph Howarth Excel Worksheet Functions 4 January 19th 05 05:37 AM


All times are GMT +1. The time now is 11:50 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"