#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default SUMPRODUCT 00-Jan-00

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))
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
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$K614<1,"",
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 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))


  #3   Report Post  
Posted to microsoft.public.excel.misc
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))

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
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 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))

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional SUMPRODUCT or SUMPRODUCT with Filters Ted M H Excel Worksheet Functions 4 August 14th 08 07:50 PM
SUMPRODUCT help Ellie Excel Worksheet Functions 8 February 7th 08 02:27 PM
sumproduct? sumif(sumproduct)? David Excel Worksheet Functions 3 July 13th 07 07:06 PM
hlp with sumproduct! via135 Excel Worksheet Functions 7 February 23rd 06 05:24 AM
sumproduct help JR Excel Worksheet Functions 2 February 21st 06 08:39 PM


All times are GMT +1. The time now is 06:17 PM.

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

About Us

"It's about Microsoft Excel"