View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Dave Dave is offline
external usenet poster
 
Posts: 1,388
Default I need the cell to be blank instead of showing #DIV/0!

Oops,
I mean:
=IF(ISERR(=Sumproduct(C1:C4,D1:D4)/F1),"",Sumproduct(C1:C4,D1:D4)/F1)

Dave.