J
Jim Berglund
I've created a simple spreadsheet.
Column A is a list of 15,034 used Work Order reference numbers (many values
are missing);
Column C is a complete list (25,000 WO numbers).
I want to get a separate list of unused numbers, but can't get the EXACT
function to work. ( I believe it should place a TRUE value in column D when
the numbers match.)
I've used:
=OR(EXACT(C1,$A$1:$A$15034)), which I replicated down column D.
It gives me nothing but FALSE values, even though about half the numbers
match.
BTW, I do get a TRUE value if I use =EXACT(C21,A1), so it may be an array
problem...
Please help...
Thanks,
Jim Berglund
Column A is a list of 15,034 used Work Order reference numbers (many values
are missing);
Column C is a complete list (25,000 WO numbers).
I want to get a separate list of unused numbers, but can't get the EXACT
function to work. ( I believe it should place a TRUE value in column D when
the numbers match.)
I've used:
=OR(EXACT(C1,$A$1:$A$15034)), which I replicated down column D.
It gives me nothing but FALSE values, even though about half the numbers
match.
BTW, I do get a TRUE value if I use =EXACT(C21,A1), so it may be an array
problem...
Please help...
Thanks,
Jim Berglund