#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 454
Default Sumproduct Q


I am trying to create a SUMPRODUCT formula that will multiply I16:I33
x J16:J33, but only if -

J16:J33 = 0.21

AND

M16:M33 = 2000

Formula below is wrong, perhaps someone can direct me

Thanks



=SUMPRODUCT(--(J16:J33=0.21),(M16:M33=2000),I16:I33)

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default Sumproduct Q

try
=SUMPRODUCT(--(J16:J33=0.21),--(M16:M33=2000),I16:I33)
or
=SUMPRODUCT((J16:J33=0.21)*(M16:M33=2000)*I16:I33)


--
Don Guillett
SalesAid Software

"Sean" wrote in message
oups.com...

I am trying to create a SUMPRODUCT formula that will multiply I16:I33
x J16:J33, but only if -

J16:J33 = 0.21

AND

M16:M33 = 2000

Formula below is wrong, perhaps someone can direct me

Thanks



=SUMPRODUCT(--(J16:J33=0.21),(M16:M33=2000),I16:I33)


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Sumproduct Q

=SUMPRODUCT(--(J16:J33=0.21),--(M16:M33=2000),I16:I33)

"Sean" wrote:


I am trying to create a SUMPRODUCT formula that will multiply I16:I33
x J16:J33, but only if -

J16:J33 = 0.21

AND

M16:M33 = 2000

Formula below is wrong, perhaps someone can direct me

Thanks



=SUMPRODUCT(--(J16:J33=0.21),(M16:M33=2000),I16:I33)


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,069
Default Sumproduct Q

Try
=SUMPRODUCT(--(J16:J33=0.21),--(M16:M33=2000),I16:I33,J16:J33)

Hutch

"Sean" wrote:


I am trying to create a SUMPRODUCT formula that will multiply I16:I33
x J16:J33, but only if -

J16:J33 = 0.21

AND

M16:M33 = 2000

Formula below is wrong, perhaps someone can direct me

Thanks



=SUMPRODUCT(--(J16:J33=0.21),(M16:M33=2000),I16:I33)


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 454
Default Sumproduct Q

On Apr 26, 5:16 pm, Tom Hutchins
wrote:
Try
=SUMPRODUCT(--(J16:J33=0.21),--(M16:M33=2000),I16:I33,J16:J33)

Hutch



"Sean" wrote:

I am trying to create a SUMPRODUCT formula that will multiply I16:I33
x J16:J33, but only if -


J16:J33 = 0.21


AND


M16:M33 = 2000


Formula below is wrong, perhaps someone can direct me


Thanks


=SUMPRODUCT(--(J16:J33=0.21),(M16:M33=2000),I16:I33)- Hide quoted text -


- Show quoted text -


Thanks all for your replies

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 BillyHank Excel Worksheet Functions 5 November 2nd 06 03:22 PM
sumproduct erik550 Excel Discussion (Misc queries) 1 March 7th 06 07:45 PM
Like Sumproduct, But Different ericsh Excel Worksheet Functions 6 August 11th 05 05:49 PM
Sumproduct Help Rob Excel Worksheet Functions 11 August 8th 05 10:00 PM
MAX/MIN with SUMPRODUCT [email protected] Excel Worksheet Functions 7 August 3rd 05 02:10 AM


All times are GMT +1. The time now is 05:19 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"