Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default populating a master worksheet with variables in other worksheets

i have a master sheet "master" that shows the latest info from other
worksheets. In my "insurance info" worksheet i have Jan~Dec, all exactly the
same. If i update one of the months i want all other info to update in the
master.i.e. date, policy#, company etc. I have used the MAX to find the most
recent date in Jan~Dec but i can't get the associated data the populate
because the latest date could be anywhere in Jan~Dec columns.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 146
Default populating a master worksheet with variables in other worksheets

I would need to see the workbook. Without seeing how the data is laid out, I
can't help you.

"Foxwave" wrote in message
...
i have a master sheet "master" that shows the latest info from other
worksheets. In my "insurance info" worksheet i have Jan~Dec, all exactly
the
same. If i update one of the months i want all other info to update in the
master.i.e. date, policy#, company etc. I have used the MAX to find the
most
recent date in Jan~Dec but i can't get the associated data the populate
because the latest date could be anywhere in Jan~Dec columns.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,231
Default populating a master worksheet with variables in other worksheets

"Foxwave" wrote...
i have a master sheet "master" that shows the latest info from other
worksheets. In my "insurance info" worksheet i have Jan~Dec, all exactly
the same. If i update one of the months i want all other info to update
in the master.i.e. date, policy#, company etc. I have used the MAX to
find the most recent date in Jan~Dec but i can't get the associated
data the populate because the latest date could be anywhere in Jan~Dec
columns.


IOW, your master worksheet should pull in data from the latest monthly
worksheet that contains data? Or do you mean if you make an entry in any of
the monthly worksheets in any order, so not necessarily always in the
current or latest month? If the latter, it'd require macros, so I'll assume
the former. I'll also assume your monthly worksheets are named Jan, Feb,
Mar, etc.

If you have a cell (I'll assume it's D5) in each worksheet that contains the
entry date, then the name of the latest worksheet would be given by

=TEXT(MAX(Jan:Dec!D5),"mmm")

If you define the name LatestMonth referring to that formula or to a cell
containing that formula, you could access any cell in the latest month's
worksheet using INDIRECT. For example, to get cell X99 for the latest month
use

=INDIRECT("'"&LatestMonth&"'!"&CELL("Address",X99) )

This form, using CELL(..) rather than hardcoding allows you to fill or copy
and paste such cells if the layout of the master worksheet is the same (net
of offset) as your monthly worksheets. If not, hardcoding the address in
each formula may work better, e.g.,

=INDIRECT("'"&LatestMonth&"'!X99")


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default populating a master worksheet with variables in other workshee

Thank you David
how do it get it to you?

"Dave Thomas" wrote:

I would need to see the workbook. Without seeing how the data is laid out, I
can't help you.

"Foxwave" wrote in message
...
i have a master sheet "master" that shows the latest info from other
worksheets. In my "insurance info" worksheet i have Jan~Dec, all exactly
the
same. If i update one of the months i want all other info to update in the
master.i.e. date, policy#, company etc. I have used the MAX to find the
most
recent date in Jan~Dec but i can't get the associated data the populate
because the latest date could be anywhere in Jan~Dec columns.




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
synchronize worksheets with master worksheet [email protected] Excel Worksheet Functions 2 May 16th 07 01:33 AM
Populating one worksheet with all lines from other worksheets John Bundy Excel Worksheet Functions 0 November 30th 06 02:01 PM
Populating one worksheet with all lines from other worksheets Mindi Excel Worksheet Functions 0 November 29th 06 07:26 PM
Master Worksheet populated by other Worksheets? Steve Lundwall Excel Worksheet Functions 0 March 3rd 06 01:38 PM
Master Worksheet reflecting sub-worksheets [email protected] New Users to Excel 10 February 25th 06 02:49 AM


All times are GMT +1. The time now is 08:39 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"