I have a spreadsheet that alternates the color of a range (C5:J500) or (=$C$5:$J$500) in conditional formatting selection. This part work great.
The problem is most of these do not always have data.
I would like the color of each row (C-J) to alternate color only if there was data in column C.
So once there is input into C the shading would change (if it's not the white rows turn)
My current Conditional Formatting formula is below.
thanks in advance for any and all input.
The problem is most of these do not always have data.
I would like the color of each row (C-J) to alternate color only if there was data in column C.
So once there is input into C the shading would change (if it's not the white rows turn)
My current Conditional Formatting formula is below.
thanks in advance for any and all input.
Code:
=MOD(ROW(),2)=0