View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default how do i add numbers in nonadjacent cells?

Any pattern like every third row or something? Also are there numbers in the
cells in-between, if not you can use

=SUM(Range) since sum will ignore text, otherwise use

=SUM(A1, B5, S2 etc)

--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

(remove ^^ from email address)

Portland, Oregon




"Bob" wrote in message
...

--
Bob