Computerman
Board Regular
- Joined
- Mar 3, 2016
- Messages
- 91
I am trying to implement conditional formatting in a column so that if the first character is alpha in the range A through Z, or a through z, the fill color is green, if not the fill color is red. I started with =OR(LEFT(S2,1)="A"),(LEFT(S2,1)="B") etc with the fill color set to Green, then the same formulas with Not Equal (<>) in place of the equals and the fill color set to Red. This works, but there must be a better way the check that the first character is an A through a Z without writing 52 conditional format steps.
Thank You,
Computerman
Thank You,
Computerman