Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Transferring monthly figures to summary tab

Hi All,

I have a workbook with about 8 tabs. This all contain a list of staff
members and months of the year. Each tab is for a different performance
indicator (minutes late, errors, handling time etc).
I'm trying to create a summary tab where I can enter the month in a cell and
have only the data for that month from each tab copy to this tab.

Does anyone have any ideas? I have seen this done before.
  #2   Report Post  
Posted to microsoft.public.excel.programming
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Transferring monthly figures to summary tab


INDIRECT probably holds the key for you here

In your summary sheet,
Assume your source sheetnames are listed in A2 down
(Sheetnames must match exactly with what's on the tabs, except for case)
Assume the key cell refs to be extracted from each source sheet
are listed in B1 across, eg: B2, E5, etc
Put in B2: =INDIRECT("'"&$A2&"'!"&B$1)
Copy B2 across/fill down to populate the required extracts in one fell swoop

Celebrate your success, click the YES button below
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:300 Subscribers:70
xdemechanik
---
"Tucker" wrote:
I have a workbook with about 8 tabs. This all contain a list of staff
members and months of the year. Each tab is for a different performance
indicator (minutes late, errors, handling time etc).
I'm trying to create a summary tab where I can enter the month in a cell and
have only the data for that month from each tab copy to this tab.

Does anyone have any ideas? I have seen this done before.

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
Transferring data from multiple worksheets to a Summary sheet Bette Excel Discussion (Misc queries) 2 March 9th 09 09:53 PM
Transferring data from one wksht to another (detail and summary) Elena Excel Discussion (Misc queries) 0 May 9th 08 05:56 PM
Converting Monthly figures to Quarters Jake Excel Discussion (Misc queries) 1 August 4th 06 03:41 AM
Calculating a YTD figures from changing monthly figure. rGrant Excel Discussion (Misc queries) 5 May 17th 06 02:50 AM
sum monthly to get quarterly figures Judy Ward Excel Programming 2 June 15th 05 01:21 AM


All times are GMT +1. The time now is 10:41 PM.

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

About Us

"It's about Microsoft Excel"