I have a column in which are blanks or the letter "Y" (indicating membership in a group). I can count the Y's with a countif, so I know the entries are clean.
An array formula does not see the Y's however. A simple array, =sum(H2:H100="Y") gives me a zero.
Probably related to this is the fact that a sort on a user defined list will not work either.
Somehow, even though =code(H2) gives me an ascii code of 89, which I think is the correct code for "Y", and countif sees the letters, arrays and sorts don't.
I've tried trims and cleans to no avail.
What else might I do to get this column to be recognized?
TIA
An array formula does not see the Y's however. A simple array, =sum(H2:H100="Y") gives me a zero.
Probably related to this is the fact that a sort on a user defined list will not work either.
Somehow, even though =code(H2) gives me an ascii code of 89, which I think is the correct code for "Y", and countif sees the letters, arrays and sorts don't.
I've tried trims and cleans to no avail.
What else might I do to get this column to be recognized?
TIA