I have created a conditional format rule for alternate row style. It changes the cell fill for the cell to some color. The problem i have with this is that It override any other formatting that is already on the cell. So if the cell already has a background fill it will override it. I don't want this to happen.
How can i write another formula or change this formula so it does not do a fill when the cell already has fill.
Formula: =MOD(ROW()/2,1)>0