COUNTIF?

G

Guest

Why can't I detect, using the "countif" function, specific text in a column?
This specific text also cannot be centered directly in the center of the
cell. The spreadsheet was created using a separate program which extracts
data from an AS400 program. I can detect text which has been retyped into
this spreadsheet. The retyped text can also be centered properly.
 
B

Bernie Deitrick

Your data extract from the AS400 either has extra spaces or extra non-printing characters. Using
TRIM may work, or using

=COUNTIF(A:A,"*text to find*")

may also work.

HTH,
Bernie
MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top