SUMIF a range with a ISNUMBER SEARCH criteria

Bram1212

New Member
Joined
Apr 12, 2018
Messages
36
Hi!

I am trying to sum up a column that has different product names. For instance a Batavia Grand Vista and a Gazelle Grand Vista both have a sales value and I am trying to sum up all the Grand Vista's.

I found a formula using SUMPRODUCT combined with ISNUMBER but I can't get it to apply to my ranges. The formula I found is:
=SUMPRODUCT(H2:H1000;--(ISNUMBER(SEARCH("Strategic";G2:G1000)));--(E2:E1000="Name"))

The columns and search criteria do not apply to my range at this moment. My data is stored in:

Column B: All the different product names.
Column C: The sales value I would like to sum up.
Column I: (Or I29 for one specific search criteria) the product family names which I want so sum up out of column B/C.

Hopefully you can help me out, thanks in advance!




[FONT=&quot]


[/FONT]
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Hi, something like this maybe:


Excel 2013/2016
BCDEFGHIJ
28namesales valuesearch critsum
29Batavia Grand Vista89grand vista165
30Gazelle Grand Vista43
31other181
32other212
33another Grand Vista33
34other148
35hello64
Sheet1
Cell Formulas
RangeFormula
J29=SUMIFS(C:C,B:B,"*"&I29&"*")
 
Upvote 0
Yes this is exactly what I was looking for! Thanks!

Can you explain how this one works? What does the "*" add to the formula?
 
Upvote 0

Forum statistics

Threads
1,214,999
Messages
6,122,645
Members
449,093
Latest member
Ahmad123098

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