View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
bgeier[_4_] bgeier[_4_] is offline
external usenet poster
 
Posts: 1
Default Tabulating Player Positions


The easiest way I can think of is to have a summary sheet after the last
game with the same information on it as the actual game sheets.
In the cells where you would put the actual time played, put

=SUM('2006-05-13'!B2,'2006-05-20'!B2,'2006-05-27!b2)

Once you have entered the formula in cell B2, you can copy cell B2 then
paste it to each of the rest of the cells in the grid.


--
bgeier
------------------------------------------------------------------------
bgeier's Profile: http://www.excelforum.com/member.php...o&userid=12822
View this thread: http://www.excelforum.com/showthread...hreadid=541697