• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

adding numbers in Excel worksheet

Hi, reachkiran03!


Assuming you entered your data in column A from cell A2 in advance, you should try this:


a) For 2 values, enter in any cell this formula:

=A2+A3

or:

=SUM(A2:A3)


b) For 20 values, you could either use both methods but it's easier the last one:

=SUM(A2:A21)


Regards!
 
If your cells are not contiguous you can also use:

=Sum(A2, B3, D17) etc

which will add A2, B3 and D17
 
Back
Top