Sarah has attended:
Excel Intermediate course
Formulas
How can I use formulas on a new sheet relating to previous sheets ie. adding numbers cell from previous sheets?
RE: Formulas
To add cells on different sheets you would use a formula like:
=A1+Sheet2!B1
Where "Sheet2" is the name of the worksheet
Separated with a ! from the cell reference
Simply create the formual like you normally would, but click on the relevant sheets and cells as you create the formula