Sumifs - Help Please

PhilWong

New Member
Joined
May 20, 2018
Messages
4
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name
[/TD]
[TD]Sales
[/TD]
[TD]Sales Code
[/TD]
[/TR]
[TR]
[TD]Phil 1
[/TD]
[TD]£123
[/TD]
[TD]10
[/TD]
[/TR]
[TR]
[TD]Phil 2
[/TD]
[TD]£123
[/TD]
[TD]12
[/TD]
[/TR]
[TR]
[TD]Phil 3
[/TD]
[TD]£123
[/TD]
[TD]22
[/TD]
[/TR]
[TR]
[TD]Phil 4
[/TD]
[TD]£123
[/TD]
[TD]20
[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in Advance!

As part of larger sumifs formula I want excel to do the following.

In column A is a list of names, in column B is their sales for the month figure and in column C is list of Sales codes.

I want to be able to sumifs in the Sales code does not end with a number 2.

So in the above example I want the sales for Phil 1 & Phil 4

Any help would be greatly appreciated

Phil
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Thank you for such a quick response

As this forms part of a number of Sumifs in a much larger formula which part of the formula would I include? Is it just the part in brackets?
 
Upvote 0
To the best of my knowledge, you cannot use RIGHT inside a SUMIFS.
 
Upvote 0
To the best of my knowledge, you cannot use RIGHT inside a SUMIFS.
thats what i thought too, when i copied this table to my own excel and tried that solution with the right inside the sumproduct it worked. Maybe sumproduct is not considered as a sumif?
 
Upvote 0
Sumproduct & Sumif(s) are completely different functions.
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,181
Members
453,022
Latest member
Mohamed Magdi Tawfiq Emam

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