In relation to the above I can't see a difference. Using your example, if G2 is blank, and B2:B9 are fully populated I get false return. Looking at the formula, G2 should be ignored and in your example it is, in mine it P14) isn't. P14 empty, data full, false return.
Here's my formula:
=SUMPRODUCT(--(NE_Generated>=$P$11),--(NE_Generated<=$P$12),--(NE_Region=C$3),--(NE_Priced=IF($P$14="",NE_Priced,$P$14)),--(NE_NIPR=IF($P$15="",NE_NIPR,$P$15)),--(NE_CA=IF($P$16="",NE_CA,$P$16)),--(NE_Labor=IF($P$17="",NE_Labor,$P$17)))
My problem is if P14:P17 are empty "", but NE_priced and the other three ranges compared to P15:P17 have data, I get a false return. I would like the data in NE_priced (as well as NE_NIPR, NE_CA, and NE_labor) to be ignored since P14:P17 (drop down selections to consider 2 conditions or not) was empty. Basically if P14:P17 is empty, don't factor NE_priced and the other ranges into the determination. I was to mix and match selections in P14:P17 to arrive at different outcomes.
In your example it works, in mine it doesn't.
I know in index tables that the row and col labels associated with an index have to be arranged alphabetically. Could something like that have any influence here? The data I'm comparing between the drop down selection and my data table is text, could that have any impact?
I'm scratching my head here. I double checked my cell ranges to names, cell references, anything I could think of. Sorry if I was redundant, I'm tired. Thanks for you help.