View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Conditional formatting based on character count

Select the cell(s) that you want this to apply to (suppose A1 is the
active cell if you have more than one highlighted), then in the
Conditional Format dialogue you need to select Formula Is rather than
Cell Value Is in the first box, and enter this formula:

=LEN(A1)50

Then click on the Format button, choose the Patterns tab (for
background colour) then click on the colour you want to show. Click OK
twice to exit the dialogue box.

Hope this helps.

Pete

On Sep 3, 12:17*am, Rhonda H. <Rhonda
wrote:
I need to conditionally format the cell to be highlighted if the total
character count (=len) of the cell is greater than 50. *I am close. I can do
it in multiple steps. I would like to combine it in a single formula if
possible. Can anyone help?