Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default SUMPRODUCT is not working

Hi all,
This formula sometimes works and sometimes shows #VALUE! error. Please
anyone advice. Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default SUMPRODUCT is not working

here is the formula:

=SUMPRODUCT((('BAC - ABC'!B$5:B$711)=Comparison!B13)*(('BAC -
ABC'!C$5:C$711)=Comparison!C13)*'BAC - ABC'!F$5:F$711)


"Gladiator" wrote:

Hi all,
This formula sometimes works and sometimes shows #VALUE! error. Please
anyone advice. Thanks.

  #3   Report Post  
Posted to microsoft.public.excel.programming
Ayo Ayo is offline
external usenet poster
 
Posts: 489
Default SUMPRODUCT is not working

Look in your ranges for "#VALUE!" if there is one of this in the range you
are applying SUMPRODUCT to, you will get this #VALUE! error. It has happen to
me many times.

"Gladiator" wrote:

Hi all,
This formula sometimes works and sometimes shows #VALUE! error. Please
anyone advice. Thanks.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,934
Default SUMPRODUCT is not working

Not much detail for us to work with. Some examples of non-working SUMPRODUCT
formulas would have been helpful. My guess? More than likely you have
specified ranges that are different sizes... all ranges (that are to be
iterated over) must contain the same number of cells.

--
Rick (MVP - Excel)



"Gladiator" wrote in message
...
Hi all,
This formula sometimes works and sometimes shows #VALUE! error. Please
anyone advice. Thanks.


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default SUMPRODUCT is not working

I did not find '#VALUE!' error in the ranges.

"Ayo" wrote:

Look in your ranges for "#VALUE!" if there is one of this in the range you
are applying SUMPRODUCT to, you will get this #VALUE! error. It has happen to
me many times.

"Gladiator" wrote:

Hi all,
This formula sometimes works and sometimes shows #VALUE! error. Please
anyone advice. Thanks.



  #6   Report Post  
Posted to microsoft.public.excel.programming
Ayo Ayo is offline
external usenet poster
 
Posts: 489
Default SUMPRODUCT is not working

You need to check each row from Row 5 to Row 711 in column B to F. Your
problem is withinthat range.

"Gladiator" wrote:

I did not find '#VALUE!' error in the ranges.

"Ayo" wrote:

Look in your ranges for "#VALUE!" if there is one of this in the range you
are applying SUMPRODUCT to, you will get this #VALUE! error. It has happen to
me many times.

"Gladiator" wrote:

Hi all,
This formula sometimes works and sometimes shows #VALUE! error. Please
anyone advice. Thanks.

  #7   Report Post  
Posted to microsoft.public.excel.programming
Ayo Ayo is offline
external usenet poster
 
Posts: 489
Default SUMPRODUCT is not working

Try this !

=SUMPRODUCT(('BAC - ABC'!B$5:B$711=Comparison!B13)*('BAC -
ABC'!C$5:C$711=Comparison!C13)*('BAC - ABC'!F$5:F$711))




"Gladiator" wrote:

I did not find '#VALUE!' error in the ranges.

"Ayo" wrote:

Look in your ranges for "#VALUE!" if there is one of this in the range you
are applying SUMPRODUCT to, you will get this #VALUE! error. It has happen to
me many times.

"Gladiator" wrote:

Hi all,
This formula sometimes works and sometimes shows #VALUE! error. Please
anyone advice. Thanks.

  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default SUMPRODUCT is not working

still not working, but I noticed one thing: when I retype the formula it
works fine, but when I lock the ranges it shows '#VALUE!' error and even if I
remove the locks it still shows the error.

"Ayo" wrote:

Try this !

=SUMPRODUCT(('BAC - ABC'!B$5:B$711=Comparison!B13)*('BAC -
ABC'!C$5:C$711=Comparison!C13)*('BAC - ABC'!F$5:F$711))




"Gladiator" wrote:

I did not find '#VALUE!' error in the ranges.

"Ayo" wrote:

Look in your ranges for "#VALUE!" if there is one of this in the range you
are applying SUMPRODUCT to, you will get this #VALUE! error. It has happen to
me many times.

"Gladiator" wrote:

Hi all,
This formula sometimes works and sometimes shows #VALUE! error. Please
anyone advice. Thanks.

  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default SUMPRODUCT is not working

Ayo,
I found the error: one cell in the range had "..." in white font and when I
removed that the SUMPRODUCT in all cells started woking fine. Thanks for your
support thoug.

"Gladiator" wrote:

still not working, but I noticed one thing: when I retype the formula it
works fine, but when I lock the ranges it shows '#VALUE!' error and even if I
remove the locks it still shows the error.

"Ayo" wrote:

Try this !

=SUMPRODUCT(('BAC - ABC'!B$5:B$711=Comparison!B13)*('BAC -
ABC'!C$5:C$711=Comparison!C13)*('BAC - ABC'!F$5:F$711))




"Gladiator" wrote:

I did not find '#VALUE!' error in the ranges.

"Ayo" wrote:

Look in your ranges for "#VALUE!" if there is one of this in the range you
are applying SUMPRODUCT to, you will get this #VALUE! error. It has happen to
me many times.

"Gladiator" wrote:

Hi all,
This formula sometimes works and sometimes shows #VALUE! error. Please
anyone advice. Thanks.

  #10   Report Post  
Posted to microsoft.public.excel.programming
Ayo Ayo is offline
external usenet poster
 
Posts: 489
Default SUMPRODUCT is not working

I knew the problem was within the ranges. That is always the culprit. You
just have to find it.

"Gladiator" wrote:

Ayo,
I found the error: one cell in the range had "..." in white font and when I
removed that the SUMPRODUCT in all cells started woking fine. Thanks for your
support thoug.

"Gladiator" wrote:

still not working, but I noticed one thing: when I retype the formula it
works fine, but when I lock the ranges it shows '#VALUE!' error and even if I
remove the locks it still shows the error.

"Ayo" wrote:

Try this !

=SUMPRODUCT(('BAC - ABC'!B$5:B$711=Comparison!B13)*('BAC -
ABC'!C$5:C$711=Comparison!C13)*('BAC - ABC'!F$5:F$711))




"Gladiator" wrote:

I did not find '#VALUE!' error in the ranges.

"Ayo" wrote:

Look in your ranges for "#VALUE!" if there is one of this in the range you
are applying SUMPRODUCT to, you will get this #VALUE! error. It has happen to
me many times.

"Gladiator" wrote:

Hi all,
This formula sometimes works and sometimes shows #VALUE! error. Please
anyone advice. Thanks.

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
sumproduct not working bigproblem Excel Discussion (Misc queries) 2 March 8th 10 11:57 PM
SUMPRODUCT not working. Nde Excel Worksheet Functions 2 October 16th 07 09:19 PM
SUMPRODUCT Not Working dj479794 Excel Discussion (Misc queries) 2 March 12th 07 12:54 PM
SUMPRODUCT not working tankerman Excel Discussion (Misc queries) 4 January 31st 07 08:07 PM
Sumproduct not working macamarr Excel Worksheet Functions 5 December 28th 06 02:36 PM


All times are GMT +1. The time now is 09:30 AM.

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

About Us

"It's about Microsoft Excel"