Conquer Club

MS Excel Question>ANSWERED<

Talk about all things related to Conquer Club

Moderator: Community Team

Forum rules
Please read the community guidelines before posting.

MS Excel Question>ANSWERED<

Postby Kinnison on Sat Jun 06, 2009 1:41 am

How do I reference a field on one page of a workbook from another page?

Example: Keeping each week of a complex tournament on it's own workbook page, can I forward the score totals from each week to the final week's page, so as to sum those pages on the final page AUTOMATICALLY? I already sum each player's score on the weekly sheets.
Last edited by Kinnison on Sat Jun 06, 2009 2:14 am, edited 1 time in total.
Image
Currently Running Tourneys: -none-
Tourney Winner: "You're Eliminated" III; Keep It Simple Quads - Team Generation One
User avatar
Lieutenant Kinnison
 
Posts: 1187
Joined: Tue Jul 10, 2007 5:27 pm
Location: Generation One Autobot HQ (or, Texas)

Re: MS Excel Question for TOs or other knowledgable geeks. ;)

Postby e_i_pi on Sat Jun 06, 2009 1:55 am

Supposing you have a sheet called Sheet2, you can make a cell reference by using:

Code: Select all
=Sheet2!A1


If you want the sum of a range of cells on Sheet2, you can use this sort of notation (note, you only have to precede the entire range with the sheet name, not each end of the range):

Code: Select all
=SUM(Sheet2!A1:A8)


If your sheet name has more than one word (ie - has spaces) use single quotation marks:

Code: Select all
=SUM('Sheet Two'!A1:A8)
User avatar
Captain e_i_pi
 
Posts: 1775
Joined: Tue Feb 12, 2008 2:19 pm
Location: Corruption Capital of the world

Re: MS Excel Question>ANSWERED<

Postby Kinnison on Sat Jun 06, 2009 2:15 am

Many, MANY Thanks. Exactly what I was looking for.
Image
Currently Running Tourneys: -none-
Tourney Winner: "You're Eliminated" III; Keep It Simple Quads - Team Generation One
User avatar
Lieutenant Kinnison
 
Posts: 1187
Joined: Tue Jul 10, 2007 5:27 pm
Location: Generation One Autobot HQ (or, Texas)


Return to Conquer Club Discussion

Who is online

Users browsing this forum: No registered users