sumproduct help appreciated

chef

Well-known Member
Joined
Jul 10, 2002
Messages
610
Office Version
  1. 365
  2. 2016
Hi
i have a worksheet called master

ColA
Access
Access
Medicine
etc

Col B
Medical
Medical
Admin
Admin etc

Col C
Band 1
Band 2
Band 2
etc

Col D
1.0
0.5
etc

In a sheet called Access and in cell C27 I am trying to sum the total of ColD if A27=Access and if A41 = Admin and if C26 = Band 2.

been trying with sumproduct but cant seem to get my head around.

would appreciate any help if this is possible to do

many thanks....
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Access, C27

=SUMPRODUCT(--(Master!$A$2:$A$100=A27),--(Master!$B$2:$B$100=A41),--(Master!$C$2:$C$100=C26),Master!$D$2:$D$27)
 
Upvote 0
aladin

brilliant !!!!!!

you have no idea how much this is going to help save a lot of work

many many thanks
 
Upvote 0

Forum statistics

Threads
1,224,557
Messages
6,179,504
Members
452,917
Latest member
MrsMSalt

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top