Quote:
Originally Posted by lynchbro
I tried that and it is saying it contains an error.
=LEN(L1&"")-FIND(".";L1&"")>2
Although I need it to look at the entire L column.
|
Forgot to remove the semi colon
Code:
=LEN($L1&"")-FIND(".",$L1&"")>2
and apply to the entire column ( you might get some surprises, though)