Am doing a web query
You might be pulling in unseen characters like char 160.
Tom might actually be _Tom_ where the underscores are the unseen characters.
There is a macro at this site that will clean these unseen characters:
http://www.mvps.org/dmcritchie/excel/join.htm#trimall
--
Biff
Microsoft Excel MVP
"Robert Smith" wrote in message m...
Hi folks,
Am doing a web query to pull down data. Worksheet can vary between 6 to 600 rows. Am trying to do a count of similar text names in column A. Text name to search is in cell J7. Download data will start on row 6.
I've tried =COUNTIF(A:A,J7) and get a result of zero. I've tried =COUNTIF(A$6:A$600,J7) and get a result of zero.
What am I doing wrong?
TIA,
Bob