Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions,microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Updating Individual Sheets from a master

I run a sports league and have a league master schedule as an
individual worksheet with date/home team/away team/scores etc. I then
have individual worksheets for each team with their schedule. I would
like to create a formula that will update scores on the individual
team sheets, when entered once on the master sheet.

Please help.

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 108
Default Updating Individual Sheets from a master

One way is to use SUMPRODUCT

If your 'master' sheet looks like this:

6/1/2007 Red Dogs 100
6/2/2007 Wild Dogs 88
6/3/2007 Red Skins 77
6/4/2007 Red Dogs 69
6/5/2007 Wild Dogs 92
6/6/2007 Red Skins 95
6/6/2007 Red Devils 84
6/6/2007 Red Day 72
col A (dates), col B (team names), col C (scores)

On sheet2 (Red Dogs) you have the dates on col A, and the team name on col
B. Put this formula on C2:
=SUMPRODUCT(--(master!$A$1:$A$8=Sheet2!A1),--(master!$B$1:$B$8=Sheet2!B1),--(master!$C$1:$C$8))
This is an array forumula, so you must commit by pressing Ctrl+Shift+Enter
at the same time. This formula assumes each team has only one score on any
given day. It will not work if the team has more than one score on one day -
it will sum the scores together (most likely your teams play only once in a
day).

h.t.h
--
If u change the way u look @ things, the things u look at change.


" wrote:

I run a sports league and have a league master schedule as an
individual worksheet with date/home team/away team/scores etc. I then
have individual worksheets for each team with their schedule. I would
like to create a formula that will update scores on the individual
team sheets, when entered once on the master sheet.

Please help.

Thanks


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
Updating Individual Sheets from a master [email protected] Excel Discussion (Misc queries) 1 June 8th 07 09:39 PM
Moving primary data from master sheet to individual sheets w/in wo willie091028 Excel Discussion (Misc queries) 1 January 13th 07 04:33 AM
Getting info from individual sheets into master sheet [email protected] Excel Worksheet Functions 4 November 21st 06 10:05 AM
Getting info from individual sheets into master sheet [email protected] Excel Discussion (Misc queries) 1 November 17th 06 05:24 PM
Update master workbook from individual workbooks Annabelle Excel Discussion (Misc queries) 0 February 16th 06 06:06 PM


All times are GMT +1. The time now is 10:17 AM.

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"