Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I'm trying to write a SUM function in sheet B, summing all the data from sheet A in specific rows. I can't find a good explanation of how to do this.

share|improve this question
1  
Please vote for the answer if it helped you. – MετάEd Dec 6 '11 at 17:14

migrated from superuser.com Oct 20 '11 at 18:29

1 Answer

Try the solution on this page, i.e.:

=sum(Sheet1!D7:D8)
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.