I want to apply conditional formatting (fill cell with red) to all rows in columns F, I, L. E,F,I,H,L,K columns contain number values.
Condition is if F3 < E3
fill F3 with red, I3 < H3
fill I3 with red, L3 < K3
fill L3 with red and so on. It will go on like:
F4 < E4 true, I4 < H4 true, L4 < K4 true.
sample table:
How will I do this? I think I have to do self reference in conditionally formatted cells.