If lower, highlight

  • Thread starter Thread starter Pat
  • Start date Start date
P

Pat

When using conditional formatting to check if the first letter of a string
is in lowercase I failed to get a result using the following formula

=LOWER(LEFT(F714,0))

F714 = blue gum

Much appreciate if you can help.

Pat
 
Try: =LOWER(LEFT(F714,1))

The first character on the left is identified by 1, not 0.

Dave
 

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