Formula Help

Emmily

Well-known Member
Joined
Oct 5, 2008
Messages
676
Hi, how can the sumproduct total be adjusted to only show the "TOTAL" for each manager. For example for Bill Gates and Ian wright the formula is doubling the figures, i only want the formula to pickup the TOTAL of "No. of Items." for each manager

Excel Workbook
ABCD
3JAMES BOND932
4BILL GATES24
5IAN WRIGHT4
6
72-56-29
8ManagerTeamNo. of itemsNo. of items
9Joe PlumberTest112323
10Joe PlumberTest214154
11Joe PlumberTest31665
12Joe PlumberTest43298
13Joe PlumberTest51474
14Joe PlumberTest61815
15Joe PlumberTest76532
16JAMES BONDTOTAL171761
17
18Bill GatesTest9120
19BILL GATESTOTAL120
20
21Ian WrightTest1002
22IAN WRIGHTTOTAL02
23
24TOTAL183763
25
26
Sheet1
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Emily,

I'm not understanding why JAMES BOND in row 16...

If the correct is JOE PLUMBER (also in A3) maybe

=SUMPRODUCT(($A$9:$A$23=A3)*($B$9:$B$23="TOTAL")*$C$9:$D$23)


M.
 
Upvote 0
Hi

Try in B3 -
Code:
=SUMPRODUCT(($A$9:$A$23=A3)*($B$9:$B$23="TOTAL")*$C$9:$D$23)

and copied down.

hth
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,604
Messages
6,179,857
Members
452,948
Latest member
UsmanAli786

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