Hello everyone,
I am using an array formula in Excel 2003 to count the unique values in a range.
This formula has come from the help.
I am receiving the #N/A value when it evaluates, and going through the evaluation steps is not making things any clearer for me.
The data in the range is all produced using formulas, and I have found that if I copy and paste values (removing the formulas) the array formula produces the expected result.
Does anyone know why this may be happening? Is there a problem using array formulas when you are evaluating formulas values rather than straight text values?
Any help would be greatly appreciated.
I am using an array formula in Excel 2003 to count the unique values in a range.
Code:
=SUM(IF(FREQUENCY(IF(LEN(D3:BP3)>0,MATCH(D3:BP3,D3:BP3,0),""), IF(LEN(D3:BP3)>0,MATCH(D3:BP3,D3:BP3,0),""))>0,1,0))
This formula has come from the help.
I am receiving the #N/A value when it evaluates, and going through the evaluation steps is not making things any clearer for me.
The data in the range is all produced using formulas, and I have found that if I copy and paste values (removing the formulas) the array formula produces the expected result.
Does anyone know why this may be happening? Is there a problem using array formulas when you are evaluating formulas values rather than straight text values?
Any help would be greatly appreciated.