Any body help me out with this?

  • Thread starter Thread starter wwwrabbit
  • Start date Start date
To sum the cells, highlight the range you require so you get

=SUM(A1:B3)

In your example in cell D1 type

=SUM( . then highlight cells A1:B3 ... and A1:B3 will appear in formula
.... add closing bracket ) and hit enter.

OR

type =SUM(A1:B3) and hit enter

HTH
 
Either type =SUM(A1:B3) and hit enter

or type =SUM(
use the mouse to highlight A1:B3
type )
hit enter

problem solved?
 
Back
Top