Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bac bac is offline
external usenet poster
 
Posts: 76
Default I have never been able to get a SumProduct formula to work..Help!

I have never been able to get a SumProduct formula to work..

Now I Must Have it but the following is not filtering any of the limits and
gives me the sum of the entire 'S' column.
B3 and C3 are 3 character text fields. Aging!A3 is a date formatted field as
is column I on the Funding_Sub-Ledger sheet.

SUMPRODUCT(--('Funding_Sub-Ledger'!$N$5:$N$346=B3)--('Funding_Sub-Ledger'!$O$5:$O$346=C3)--((Aging!$A$3
-'Funding_Sub-Ledger'!$I$5:$I$346)<=30)--('Funding_Sub-Ledger'!$S$5:$S$3460),('Funding_Sub-Ledger'!$S$5:$S$346))

I have tried using '*' in place of '--' as well as all the other formats
presented at:
http://www.xldynamic.com/source/xld.SUMPRODUCT.html

I really need help here! As I said I have never gotten SumProduct to work !!

thanks

BAC

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default I have never been able to get a SumProduct formula to work..Help!

You're missing the argument delimiters and you had an extra set of ( ):

SUMPRODUCT(--('Funding_Sub-Ledger'!$N$5:$N$346=B3),--('Funding_Sub-Ledger'!$O$5:$O$346=C3),--(Aging!$A$3-'Funding_Sub-Ledger'!$I$5:$I$346<=30),--('Funding_Sub-Ledger'!$S$5:$S$3460),'Funding_Sub-Ledger'!$S$5:$S$346)


--
Biff
Microsoft Excel MVP


"BAC" wrote in message
...
I have never been able to get a SumProduct formula to work..

Now I Must Have it but the following is not filtering any of the limits
and
gives me the sum of the entire 'S' column.
B3 and C3 are 3 character text fields. Aging!A3 is a date formatted field
as
is column I on the Funding_Sub-Ledger sheet.

SUMPRODUCT(--('Funding_Sub-Ledger'!$N$5:$N$346=B3)--('Funding_Sub-Ledger'!$O$5:$O$346=C3)--((Aging!$A$3
-'Funding_Sub-Ledger'!$I$5:$I$346)<=30)--('Funding_Sub-Ledger'!$S$5:$S$3460),('Funding_Sub-Ledger'!$S$5:$S$346))

I have tried using '*' in place of '--' as well as all the other formats
presented at:
http://www.xldynamic.com/source/xld.SUMPRODUCT.html

I really need help here! As I said I have never gotten SumProduct to work
!!

thanks

BAC



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bac bac is offline
external usenet poster
 
Posts: 76
Default I have never been able to get a SumProduct formula to work..He

Thanks, but that didn't work either. I get 0 for the results when I KNW it
should be over 12.5MM

BAC

"T. Valko" wrote:

You're missing the argument delimiters and you had an extra set of ( ):

SUMPRODUCT(--('Funding_Sub-Ledger'!$N$5:$N$346=B3),--('Funding_Sub-Ledger'!$O$5:$O$346=C3),--(Aging!$A$3-'Funding_Sub-Ledger'!$I$5:$I$346<=30),--('Funding_Sub-Ledger'!$S$5:$S$3460),'Funding_Sub-Ledger'!$S$5:$S$346)


--
Biff
Microsoft Excel MVP


"BAC" wrote in message
...
I have never been able to get a SumProduct formula to work..

Now I Must Have it but the following is not filtering any of the limits
and
gives me the sum of the entire 'S' column.
B3 and C3 are 3 character text fields. Aging!A3 is a date formatted field
as
is column I on the Funding_Sub-Ledger sheet.

SUMPRODUCT(--('Funding_Sub-Ledger'!$N$5:$N$346=B3)--('Funding_Sub-Ledger'!$O$5:$O$346=C3)--((Aging!$A$3
-'Funding_Sub-Ledger'!$I$5:$I$346)<=30)--('Funding_Sub-Ledger'!$S$5:$S$3460),('Funding_Sub-Ledger'!$S$5:$S$346))

I have tried using '*' in place of '--' as well as all the other formats
presented at:
http://www.xldynamic.com/source/xld.SUMPRODUCT.html

I really need help here! As I said I have never gotten SumProduct to work
!!

thanks

BAC




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default I have never been able to get a SumProduct formula to work..He

Ok, then tell us what's in every one of your referenced ranges.

What's in:

'Funding_Sub-Ledger'!$N$5:$N$346
B3
'Funding_Sub-Ledger'!$O$5:$O$346
C3
Aging!$A$3
'Funding_Sub-Ledger'!$I$5:$I$346
'Funding_Sub-Ledger'!$S$5:$S$346

Are there negative numbers in 'Funding_Sub-Ledger'!$S$5:$S$346 ?

--
Biff
Microsoft Excel MVP


"BAC" wrote in message
...
Thanks, but that didn't work either. I get 0 for the results when I KNW it
should be over 12.5MM

BAC

"T. Valko" wrote:

You're missing the argument delimiters and you had an extra set of ( ):

SUMPRODUCT(--('Funding_Sub-Ledger'!$N$5:$N$346=B3),--('Funding_Sub-Ledger'!$O$5:$O$346=C3),--(Aging!$A$3-'Funding_Sub-Ledger'!$I$5:$I$346<=30),--('Funding_Sub-Ledger'!$S$5:$S$3460),'Funding_Sub-Ledger'!$S$5:$S$346)


--
Biff
Microsoft Excel MVP


"BAC" wrote in message
...
I have never been able to get a SumProduct formula to work..

Now I Must Have it but the following is not filtering any of the limits
and
gives me the sum of the entire 'S' column.
B3 and C3 are 3 character text fields. Aging!A3 is a date formatted
field
as
is column I on the Funding_Sub-Ledger sheet.

SUMPRODUCT(--('Funding_Sub-Ledger'!$N$5:$N$346=B3)--('Funding_Sub-Ledger'!$O$5:$O$346=C3)--((Aging!$A$3
-'Funding_Sub-Ledger'!$I$5:$I$346)<=30)--('Funding_Sub-Ledger'!$S$5:$S$3460),('Funding_Sub-Ledger'!$S$5:$S$346))

I have tried using '*' in place of '--' as well as all the other
formats
presented at:
http://www.xldynamic.com/source/xld.SUMPRODUCT.html

I really need help here! As I said I have never gotten SumProduct to
work
!!

thanks

BAC






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bac bac is offline
external usenet poster
 
Posts: 76
Default I have never been able to get a SumProduct formula to work..He



Thanks for you follow up, but my boss came over and re-formatted all the
columns (which i thought I had already done), and your earlier response
formula just started popping up answers!

thanks again

BAC

"T. Valko" wrote:

Ok, then tell us what's in every one of your referenced ranges.

What's in:

'Funding_Sub-Ledger'!$N$5:$N$346
B3
'Funding_Sub-Ledger'!$O$5:$O$346
C3
Aging!$A$3
'Funding_Sub-Ledger'!$I$5:$I$346
'Funding_Sub-Ledger'!$S$5:$S$346

Are there negative numbers in 'Funding_Sub-Ledger'!$S$5:$S$346 ?

--
Biff
Microsoft Excel MVP


"BAC" wrote in message
...
Thanks, but that didn't work either. I get 0 for the results when I KNW it
should be over 12.5MM

BAC

"T. Valko" wrote:

You're missing the argument delimiters and you had an extra set of ( ):

SUMPRODUCT(--('Funding_Sub-Ledger'!$N$5:$N$346=B3),--('Funding_Sub-Ledger'!$O$5:$O$346=C3),--(Aging!$A$3-'Funding_Sub-Ledger'!$I$5:$I$346<=30),--('Funding_Sub-Ledger'!$S$5:$S$3460),'Funding_Sub-Ledger'!$S$5:$S$346)


--
Biff
Microsoft Excel MVP


"BAC" wrote in message
...
I have never been able to get a SumProduct formula to work..

Now I Must Have it but the following is not filtering any of the limits
and
gives me the sum of the entire 'S' column.
B3 and C3 are 3 character text fields. Aging!A3 is a date formatted
field
as
is column I on the Funding_Sub-Ledger sheet.

SUMPRODUCT(--('Funding_Sub-Ledger'!$N$5:$N$346=B3)--('Funding_Sub-Ledger'!$O$5:$O$346=C3)--((Aging!$A$3
-'Funding_Sub-Ledger'!$I$5:$I$346)<=30)--('Funding_Sub-Ledger'!$S$5:$S$3460),('Funding_Sub-Ledger'!$S$5:$S$346))

I have tried using '*' in place of '--' as well as all the other
formats
presented at:
http://www.xldynamic.com/source/xld.SUMPRODUCT.html

I really need help here! As I said I have never gotten SumProduct to
work
!!

thanks

BAC









  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default I have never been able to get a SumProduct formula to work..He

Ok, good deal. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"BAC" wrote in message
...


Thanks for you follow up, but my boss came over and re-formatted all the
columns (which i thought I had already done), and your earlier response
formula just started popping up answers!

thanks again

BAC

"T. Valko" wrote:

Ok, then tell us what's in every one of your referenced ranges.

What's in:

'Funding_Sub-Ledger'!$N$5:$N$346
B3
'Funding_Sub-Ledger'!$O$5:$O$346
C3
Aging!$A$3
'Funding_Sub-Ledger'!$I$5:$I$346
'Funding_Sub-Ledger'!$S$5:$S$346

Are there negative numbers in 'Funding_Sub-Ledger'!$S$5:$S$346 ?

--
Biff
Microsoft Excel MVP


"BAC" wrote in message
...
Thanks, but that didn't work either. I get 0 for the results when I KNW
it
should be over 12.5MM

BAC

"T. Valko" wrote:

You're missing the argument delimiters and you had an extra set of
( ):

SUMPRODUCT(--('Funding_Sub-Ledger'!$N$5:$N$346=B3),--('Funding_Sub-Ledger'!$O$5:$O$346=C3),--(Aging!$A$3-'Funding_Sub-Ledger'!$I$5:$I$346<=30),--('Funding_Sub-Ledger'!$S$5:$S$3460),'Funding_Sub-Ledger'!$S$5:$S$346)


--
Biff
Microsoft Excel MVP


"BAC" wrote in message
...
I have never been able to get a SumProduct formula to work..

Now I Must Have it but the following is not filtering any of the
limits
and
gives me the sum of the entire 'S' column.
B3 and C3 are 3 character text fields. Aging!A3 is a date formatted
field
as
is column I on the Funding_Sub-Ledger sheet.

SUMPRODUCT(--('Funding_Sub-Ledger'!$N$5:$N$346=B3)--('Funding_Sub-Ledger'!$O$5:$O$346=C3)--((Aging!$A$3
-'Funding_Sub-Ledger'!$I$5:$I$346)<=30)--('Funding_Sub-Ledger'!$S$5:$S$3460),('Funding_Sub-Ledger'!$S$5:$S$346))

I have tried using '*' in place of '--' as well as all the other
formats
presented at:
http://www.xldynamic.com/source/xld.SUMPRODUCT.html

I really need help here! As I said I have never gotten SumProduct to
work
!!

thanks

BAC









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 does not work after editing data Jackie K Excel Worksheet Functions 2 March 30th 07 09:56 PM
SUMPRODUCT vs. COUNTIF -- Why does one work? javamom Excel Worksheet Functions 3 April 25th 06 06:21 PM
sumproduct doesn't work Bonkers Excel Worksheet Functions 9 April 22nd 06 05:28 PM
Sumproduct doesn't work with columns... alternatives? qwopzxnm Excel Worksheet Functions 4 February 17th 06 10:36 PM
Will SUMPRODUCT work for this? Aaron Saulisberry Excel Discussion (Misc queries) 4 January 25th 06 01:05 PM


All times are GMT +1. The time now is 05:48 PM.

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"