View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Irving Irving is offline
external usenet poster
 
Posts: 1
Default total column amounts from non-contiguous rows

I'm trying to total amounts in a column from rows that are not contiguous (4
rows apart). Since there are over 100 entries, I'd rather not have to "add"
each row using the simple =C1+C4+C8+C12.....etc Is there a way to do this?