View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.newusers
JasonP CCTM LV[_2_] JasonP CCTM LV[_2_] is offline
external usenet poster
 
Posts: 36
Default SumProduct problem

Could it be that the possible result in that particular cell could be blank?

The way you have this formula set it will only fill in the cell if A1 is 0,
otherwise there will be nothing.

"robot" wrote:

Hello,

One of the ranges I use in my sumproduct formula includes cells with formula
like

=IF(A1=0, "", A1)

The sumproduct returns a #VALUE! error whenever the cell A1 is 0, otherwise
it works fine.

How to deal with the problem by modifying the sumproduct ?
(The formula IF(A1=0, "", A1) is fixed and cannot be modified)

Any suggestions would be appreciated. I use Excel XP. Thanks.