Sumproduct Q

J

John

I am trying to add up values in Col N14:N20 if the values in Col D14:D20 is
equal to what is selected from a Drop down menu in D14. I've set the formula
as =SUMPRODUCT((D14:D20=D14),(N14:N20)) but its not giving me the expected
answer

Thanks
 
B

Bob Phillips

John,

How about

=SUMPRODUCT(--(D14:D20=D14),N14:N20)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
D

Dave Peterson

You may want to look at =sumif(), too.


I am trying to add up values in Col N14:N20 if the values in Col D14:D20 is
equal to what is selected from a Drop down menu in D14. I've set the formula
as =SUMPRODUCT((D14:D20=D14),(N14:N20)) but its not giving me the expected
answer

Thanks
 
A

Aladin Akyurek

Invoke a SumIf formula for the calculation you need depends on just one
condition:

=SUMIF(D14:D20,D14,N14:N20)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top