I have a workbook that I use to track YTD Commissions on Real Estate transaction. Each transaction is a separate page. I need to know how to write a formula to SUM (for instance) C10 (on the current worksheet) + C10 from the directly preceding worksheet, and each time I copy that formula to the next worksheet (for instance worksheet #3), it picks up C10 from the current worksheet plus C10 from the previous worksheet (ie: worksheet #2).
Right now I use =C10+Sheet1C10, but if I copy that formula and past it on worksheet #3 I still get the total from C10+Sheet1C10 not C10+sheet2C10. If that makes since.
Thanks!