I am using:
=MOD(ROW(),2)=0
... to alternate row colors in a spreadsheet. However, what I'd really like to do is have the row columns alternate colors IF there is a date in row 6. If there is no date in row 6 I'd like all of the rows to just be a light gray, or maybe just have no formatting at all.
Can this be done?
BTW: Row 6 is not included in the conditionally formatted rows. The conditionally formatted rows 9-109.
=MOD(ROW(),2)=0
... to alternate row colors in a spreadsheet. However, what I'd really like to do is have the row columns alternate colors IF there is a date in row 6. If there is no date in row 6 I'd like all of the rows to just be a light gray, or maybe just have no formatting at all.
Can this be done?
BTW: Row 6 is not included in the conditionally formatted rows. The conditionally formatted rows 9-109.