SUMPRODUCT 00-Jan-00

T

Tufail

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!$D9:$D1000="Clear"),(Payment!$W9:$W1000))
 
R

Roger Govier

Hi

I'm not sure that I understand your question, but my guess is that you want
to wrap the formula in an IF()
=IF$K614<1,"",
SUMPRODUCT((Payment!$G9:$G1000=$K614)*
(Payment!$D9:$D1000="Clear"),(Payment!$W9:$W1000)))
 
R

Roger Govier

Hi

I'm not sure that I understand your question, but my guess is that you want
to wrap the formula in an IF()
=IF$K614<1,"",
SUMPRODUCT((Payment!$G9:$G1000=$K614)*
(Payment!$D9:$D1000="Clear"),(Payment!$W9:$W1000)))
 
S

Sheeloo

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 #;;;@
 
S

Sheeloo

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 #;;;@
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top