View previous topic :: View next topic |
Author |
Message |
alljokingaside
Joined: 17 Feb 2010
|
Posted: Sun Jun 10, 2012 5:17 am Post subject: Q- MS Excel |
|
|
I have speaking tests coming up for school and need to test the whole friggin school. Don't feel like spending house slaving at data entry, so I'm creating an spreadsheet to automate most of it for me.
So far, I've set up a file that has a sheet for each grade with student number and test section. Basically, I enter the numbers and it sums them up for me. (eg Class 1-1, student no. 10111, etc.)
All I need to know now is :
How to carry that information across sheets. (eg The sum info from "Sheet 1-1"[eg info from Sheet 2, B1] to "Summary"[eg sheet 1, C]3)
ugh, I hate Excel most days.... |
|
Back to top |
|
 |
YTMND
Joined: 16 Jan 2012 Location: You're the man now dog!!
|
|
Back to top |
|
 |
crsandus

Joined: 05 Oct 2004
|
Posted: Mon Jun 11, 2012 1:56 am Post subject: |
|
|
=Sheet1!A1+Sheet2!A1
So you just add "SheetXcell!" in front of the cell you want in the formula. The above formula adds the value from sheet 1 A1 with sheet2 A1 and the sum is in sheet 3 A1. |
|
Back to top |
|
 |
alljokingaside
Joined: 17 Feb 2010
|
Posted: Mon Jun 11, 2012 6:00 pm Post subject: |
|
|
sweet. thanks. worked like a charm
I would attach a copy for general usage....but there doesn't seem to be a way to attach the file here |
|
Back to top |
|
 |
|