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="]
[/FONT]
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="]
[/FONT]