View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
willfeld willfeld is offline
external usenet poster
 
Posts: 14
Default Sum Problem requiring help

If you just want to count how many cells in the range have a 0 or 1 just use
the COUNT function select the range and the target cell for the result and
your done.
--
Bucky F


"NoodNutt" wrote:

Hi all

What I am trying to achieve is to sum each cell in my range that has a value
either 0 or 1, but if a cell is "", then don't sum those cells.

=Sum($B$7:$B$10,$I$6,$I$8:$I$10,$P$6:$P$7,$P$9:$P$ 10,$W$6:$W$8,$W$10,$AD$6:$AD$9)

Tried this but am wrong

=Sum(Product($B$7:$B$10,$I$6,$I$8:$I$10,$P$6:$P$7, $P$9:$P$10,$W$6:$W$8,$W$10,$AD$6:$AD$9,<0),"")

Need some guidance please.

TIA
Mark.