P
Philippe L. Balmanno
Hi, I need some help in modifying my formula please.
I have two arrays; both contain 9col X 51row. The first array (A2:I51)
contain words or empty spaces. The second array (A54:I104) refers to
a cell in the first array, determines if it is empty and then compares
the text in that cell to the rest of the first array to find if that
word is elswhere in the array. The problem is that there are only two
things that return "Empty" or TRUE and I know that some should be
FALSE. I believe it is because the cell compares itself which results
in TRUE. How would I re-write this to exclude looking at itself so
that I can just copy the formula across and down?
In second array each cell has a formula
=IF(A2="","Empty",OR(EXACT(A2,$A$2:$I$51)))
TIA
Phil
I have two arrays; both contain 9col X 51row. The first array (A2:I51)
contain words or empty spaces. The second array (A54:I104) refers to
a cell in the first array, determines if it is empty and then compares
the text in that cell to the rest of the first array to find if that
word is elswhere in the array. The problem is that there are only two
things that return "Empty" or TRUE and I know that some should be
FALSE. I believe it is because the cell compares itself which results
in TRUE. How would I re-write this to exclude looking at itself so
that I can just copy the formula across and down?
In second array each cell has a formula
=IF(A2="","Empty",OR(EXACT(A2,$A$2:$I$51)))
TIA
Phil