Looking for alpha characters in a field

F

fgwiii

Good Morning,

I have a listing in Excel where I have a field that should only contain
dates using number characters. The issue is that if part of the date is
missing or unknown, they will be keyed using either "M" or "U" for the
missing or unknown values.

What I am looking for is a solution for identifying records that contain
alpha characters.

Thank you for your help!

Fred
 
M

Mike H

Hi,

I'm not sure I understand the format of this field but the simplest test
would be

=ISTEXT(A1)

This would return true if A1 contained any Alpha characters

Mike
 

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