jcaptchaos2
Well-known Member
- Joined
- Sep 24, 2002
- Messages
- 1,032
- Office Version
- 365
- Platform
- Windows
I have this formula which sums a column from another sheet and am using it on a summary sheet. I have this formula in cell C15 on my summary tab, I have the sheet name "General" in cell B15, what I would like is a formula to look at Cell C15 and then go to the proper sheet tab in this case "General" and sum M7:M82.
Code:
=SUM(general!M$7:M$82)