View Single Post
 
Old 10-12-2012, 11:49 AM
Colin Legg's Avatar
Colin Legg Colin Legg is offline Windows 7 32bit Office 2010 32bit
Expert
 
Join Date: Jan 2011
Location: UK
Posts: 369
Colin Legg will become famous soon enough
Default

In an empty cell type in =SUM(

Then select the cells you want to sum with the mouse.
Then finish the formula with ) and press enter.

You should end up with a formula like this:
=SUM(C1:C10)

Where C1:C10 is a reference to the range you want to sum.
Reply With Quote