View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave F Dave F is offline
external usenet poster
 
Posts: 2,574
Default If lower, highlight

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

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

Dave

--
Brevity is the soul of wit.


"Pat" wrote:

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