View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Harlan Grove
 
Posts: n/a
Default Formula Question

thereclas wrote...
....
I need to do a formula that will calculate all values in the cell range
that the text is not red.

....

Are the red values all negative values and all the non-red values zero
or positive values? If so, try =SUMIF(range,"0").