James Perry
Member
If i want to colour-format EVEN rows the Formula is:
MOD(Row(),2 = 0
To CF every 3rd row the Formula is:
MOD(Row(),3 = 0
To CF every 5th row its:
MOD(Row(),5 = 0
So, based on the above; its the 'divisor-number' that decides which row gets coloured if the equation is set to zero & with Excel evaluating a True or False condition.
It works!!! But can some1 can please enlighten further.
Thank U.
MOD(Row(),2 = 0
To CF every 3rd row the Formula is:
MOD(Row(),3 = 0
To CF every 5th row its:
MOD(Row(),5 = 0
So, based on the above; its the 'divisor-number' that decides which row gets coloured if the equation is set to zero & with Excel evaluating a True or False condition.
It works!!! But can some1 can please enlighten further.
Thank U.