Cell color based on character count
Solved
mtygolu
-
Mtygolu -
Mtygolu -
Hello everyone,
I have an Excel sheet extracted from software with hundreds of rows and columns
I would like to identify by color all the cells that have more than 40 characters
For example, if my cell A19 has more than 40 characters, the cell color automatically changes to blue
How to proceed, thank you
Configuration: Windows 7 / Firefox 42.0
I have an Excel sheet extracted from software with hundreds of rows and columns
I would like to identify by color all the cells that have more than 40 characters
For example, if my cell A19 has more than 40 characters, the cell color automatically changes to blue
How to proceed, thank you
Configuration: Windows 7 / Firefox 42.0
2 answers
-
-
Hello
select the entire range to process
ribbon / home / conditional formatting / new rule
"use a formula"
enter the formula:
=LEN(cell)>40
cell being the address of the 1st cell in the top left of the range, (without the $ sign)
click on format / format and OK / OK
best regards
--
To err is human, to persist is diabolical.