SUMIF with multiple criteria

FirstWorldAnalyst

New Member
Joined
Apr 13, 2018
Messages
2
Hi Everyone!

Long time lurker, first time poster. I'm hoping someone can shed some light on a problem I'm facing with a summary sheet.

I have a large set of data that includes: brands, employees (that may or may not work under multiple brands) and their commissions earned from each brand.

Ex:

[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]BarnMart[/TD]
[TD]John[/TD]
[TD]$4.88[/TD]
[/TR]
[TR]
[TD]Stark Ind[/TD]
[TD]Jill[/TD]
[TD]$3.87[/TD]
[/TR]
[TR]
[TD]SteinMart[/TD]
[TD]John[/TD]
[TD]$7.82[/TD]
[/TR]
</tbody>[/TABLE]

I need to build a separate summary sheet for each brand and those employees totals earned under that specific brand.

Normally, I'd create a summary sheet with an employee name column & a payout column that uses a formula like:

=SUMIF(Names,A2,Commission), but that would just total all the commission amounts in my data sheet and not allow me to separate out the brands.

Any help/assistance would be greatly appreciated!
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Hi,

For Excel 2007 and newer, look into SUMIFS
 
Upvote 0

Forum statistics

Threads
1,226,737
Messages
6,192,737
Members
453,753
Latest member
SORD

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