DataFanatic
MIS
I have used SUMPRODUCT in the following way:
=SUMPRODUCT((CNUM=A6)*(LTD <=$F$1)) where CNUM is a named range of customer numbers and LTD is a named range of numeric values.
$F$1 currently has the value of 10. I have created a new sheet with updated data and #N/A is being returned as opposed to a count of the LTD data.
The first part of the formula is working in that =SUMPRODUCT((CNUM=A6)* 1) returns a count of the customer numbers from the data list.
I have broken apart each part of the formula to identify differences from the sheet that works, to no avail.
Does anyone have any thoughts as to what direction I should go from here?
Thanks in advance.
=SUMPRODUCT((CNUM=A6)*(LTD <=$F$1)) where CNUM is a named range of customer numbers and LTD is a named range of numeric values.
$F$1 currently has the value of 10. I have created a new sheet with updated data and #N/A is being returned as opposed to a count of the LTD data.
The first part of the formula is working in that =SUMPRODUCT((CNUM=A6)* 1) returns a count of the customer numbers from the data list.
I have broken apart each part of the formula to identify differences from the sheet that works, to no avail.
Does anyone have any thoughts as to what direction I should go from here?
Thanks in advance.