how do I add a list of numbers to get a total

T

tjtjjtjt

If your numbers are in cells A1 through A10, try:
=SUM(A1:A10)

If you have something more complex in mind, please post an example.

tj
 
Top