I'm trying to add totals from multiple worksheets to a total page worksheet. It is just a basic autosum of 4 numbers, each representing a quarter of the year. I build the formula as =SUM(Sheet1:Sheet4!A2) and get the correct total. Let's say the total is 50. Then, I try to drag the formula (and I tried copy and paste formula only) to cell A3 on the total page worksheet. The formula will show =SUM(Sheet1:Sheet4!A3) BUT the total shown is 50, which is the total from A2. Same happens if I drag down to capture the numbers from A3, A4, etc. The formula looks correct but the total is always A2. I've done this before but on this worksheet it doesn't seem to work. Any ideas?