Identify text in uppercase

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm looking for a function that will identify whether a cell contains all
text characters in uppercase, returning a true value if so and a false value
if not. Does anything like this exist?
 
Hi David,

=EXACT(A1,UPPER(A1))

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel
 
=EXACT(A1,UPPER(A1))

if I understand your requirements correctly.
 
Gord Dibben wrote...
Vasant

You're too late.

Niek got the "awesome" tag.
....

Nice to be congratulated for repeating formulas that have been around
for over a decade.

Very little in these newsgroups is original.
 
Thank you, Harlan

Sorry I just happened to be there at the "right" time

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel
 

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

Back
Top