Hello,
I have trouble finding the correct syntax/formula for coloring a cell based on the number of chars in a diff cell
So i am using Conditional Formatting with the current rules:
1. =LEN(C2) =0 this will leave the cell blank no color
2. =LEN(C2) <= 27 - this will color the cell Green if the number is from 1 to 27
3. =LEN(C2)>=28, LEN(C2)=40 - this should color the cell yellow if the number is between 28 and 40 ????
4. =LEN(C2) > 40 is will color the cell red
Now for the 3rd rule is the problem , i was looking around and i found ="AND LEN(C2)>=28, LEN(C2)=40" or with OR , or some other variation even AI put this formula , but it is not working at all , and i do not know how to color a cell with LEN that should count an interval between 2 numbers
Thank you
Bookmarks