Is there a way to select all the remaining Makes in this example?
The Formula in D4 is =SUMPRODUCT((MAKE=$C4)*(YEARSOLD=$B$2)*(STORE="RED")*(SALETYPE="RETAIL")*1
In E4 =SUMPRODUCT((MAKE=$C4)*(YEARSOLD=$B$2)*(STORE="RED")*(SALETYPE="RETAIL")*COST/$D4))
Occasionally we sell an odd MAKE that is not listed in B4:B36.
I would like to add a single line on B37 (which I will call MISC as a MAKE) to capture all the previously unreported Makes.
I tried to name B4:B36 a range called Valid_Makes.
I am failing but I am trying to tell Excel to do this :
=if what is in B37 is NOT a Valid_Makes THEN
SUMPRODUCT((MAKE=$C4)*(YEARSOLD=$B$2)*(STORE="RED")*(SALETYPE="RETAIL")*1)
ELSE ""
I hope I have explained myself correctly. If we sell a MAKE that is NOT in our usual list, then gather all of the odd-ball MAKES and report them on one line.
STORE, MAKE, SALETYPE, YEARSOLD, COST are all named ranges on the data sheet in my workbook.
I thank you in advance,
Ron