Good morning. Is it possible to set Conditional Formatting for whole Columns - hundreds of rows - based on whether the last character in each cell <> "."?
I can format an individual cell
but I've just got a mental block on how to apply this to a range such as "I:I". Can it be done? I don't think so. So would I have to run code down each cell?
Many thanks,
D€$
I can format an individual cell
Code:
=(RIGHT(I1,1)<> ".")
Many thanks,
D€$