| That's not too hard to do once someone actually shows you, but it's awfully hard to guess on your own.
To reference a cell on another sheet, you use 'Name of sheet'!CellNumber
If the sheet anme is one word, you don't need the quotes.
=SUM(Sheet1!A1:G1) for example, could be a formula on Sheet 2, and it would pull the values automatically. |