Hello. I have a table with numbers from 1-100. I want to highlight the multiples 7 for instance..
I am able to use the conditional format for one cell ie if =mod($A$1,7)=0 the fill with a color eg yellow.
I am not able to use the format painter to copy this to the whole table in a meaningful way. So I would like the painted format in A5 to be =mod($A$5,7)=0 so the effect of the formatting is due to its own value not of the cell it was copied from ie mod($A$1,7)=0.
I could do each cell individually, but that would be cumbersome. I assume there is a better way.
Thanks in advance.
Alok .
Solved by V. J. in 13 mins