SUMIF with condition

sheyy88

New Member
Joined
May 26, 2017
Messages
4
[TABLE="width: 500"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Amount[/TD]
[/TR]
[TR]
[TD]Mac[/TD]
[TD]10,000[/TD]
[/TR]
[TR]
[TD]Mac1[/TD]
[TD]20,000[/TD]
[/TR]
[TR]
[TD]Mac2[/TD]
[TD]30,000[/TD]
[/TR]
[TR]
[TD]Macy[/TD]
[TD]5,000[/TD]
[/TR]
[TR]
[TD]Macy1[/TD]
[TD]3,000[/TD]
[/TR]
[TR]
[TD]Macy2[/TD]
[TD]2,000[/TD]
[/TR]
[TR]
[TD]Mike[/TD]
[TD]15,500[/TD]
[/TR]
[TR]
[TD]Mike1[/TD]
[TD]20,000[/TD]
[/TR]
[TR]
[TD]Mike2[/TD]
[TD]10,000[/TD]
[/TR]
</tbody>[/TABLE]

Hi, I would like to use formula to sum-up total for Mac, Macy and Mike. The formula I'm using is SUMIF(Column 1,"Mac"&"*",Column 2), but this formula will capture Macy as well.

Can anyone help?

Thanks.
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
How about
=SUM(SUMIF(A:A,"Mac"&{"",1,2,3},B:B))
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,223,888
Messages
6,175,206
Members
452,618
Latest member
Tam84

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