View Single Post
  #2   Report Post  
Excel_Geek
 
Posts: n/a
Default


What if you wrap the formula in an =IF... and if it equals zero, make
the cell "" (two quotes with no space in the middle).

I.e. =IF(SUMPRODUCT(...)=0,"",SUMPRODUCT(...))


--
Excel_Geek


------------------------------------------------------------------------
Excel_Geek's Profile: http://www.excelforum.com/member.php...o&userid=26423
View this thread: http://www.excelforum.com/showthread...hreadid=399632