View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Sheeloo Sheeloo is offline
external usenet poster
 
Posts: 793
Default SUMPRODUCT 00-Jan-00

Your result cell must be formatted as DATE hence the result 0 is shown as
0-Jan-00.

If you don't want to show 0s then format the cell with CUSTOM format #;;;@

"Tufail" wrote:

Hello,

I am using following formula, when Sheet = Payment cell D9:D1000 doesn't
match value = Clear error value is coming in $K614 00-Jan-00 which I really
don't want, I just want as empty cell, is there any solution ?

=SUMPRODUCT((Payment!$G9:$G1000=$K614)*(Payment!$D 9:$D1000="Clear"),(Payment!$W9:$W1000))