Hi guys,
How can I set conditional formatting to only highlight cells with less than 1 value.
e.g. in example below. It will highlight the cell with -1 SNL, -10 SNL, -3 SNL, -5 SNL
I tried =Left(A1,2)<1 but it didn't work.
[TABLE="width: 500"]
-1 SNL
[/td]-10 SNL
[/td]8 SNL
[/td]-3 SNL
[/td]-5 SNL
[/td]5 SNL
[/td]
[/TABLE]