Thread: sum
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom Peo Sjoblom is offline
external usenet poster
 
Posts: 3,268
Default sum

=SUM((a1,a3,a5 and so on up to 30),a50,a55 and so on))

just wrap each set of 30 in extra parenthesis

if you mean sum a contiguous range, use

=SUM(A1:A150)

Regards,

Peo Sjoblom

Jr wrote:
I'm triing to add up every thing in one column but I can get past 30 rows. is
there a way of increasing the number. In my speadsheet I have about 1500 rows
and I'm triing to add up 100 to 150 rows at a time.