A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

SUMPRODUCT 00-Jan-00



 
 
Thread Tools Display Modes
  #1  
Old May 16th, 2009, 02:51 PM posted to microsoft.public.excel.misc
Tufail
external usenet poster
 
Posts: 113
Default SUMPRODUCT 00-Jan-00

Hello,

I am using following formula, when Sheet = Payment cell D91000 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))
  #2  
Old May 16th, 2009, 05:30 PM posted to microsoft.public.excel.misc
Roger Govier[_3_]
external usenet poster
 
Posts: 2,297
Default SUMPRODUCT 00-Jan-00

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$K6141,"",
SUMPRODUCT((Payment!$G9:$G1000=$K614)*
(Payment!$D9:$D1000="Clear"),(Payment!$W9:$W1000)) )

--
Regards
Roger Govier

"Tufail" wrote in message
...
Hello,

I am using following formula, when Sheet = Payment cell D91000 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))


  #3  
Old May 16th, 2009, 05:34 PM posted to microsoft.public.excel.misc
Sheeloo
external usenet poster
 
Posts: 797
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 D91000 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))

  #4  
Old May 16th, 2009, 06:07 PM posted to microsoft.public.excel.misc
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default SUMPRODUCT 00-Jan-00

No probs with your formula...Check the cell format///
--
If this post helps click Yes
---------------
Jacob Skaria


"Tufail" wrote:

Hello,

I am using following formula, when Sheet = Payment cell D91000 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))

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:43 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.