I would like to format the entire row based on what is in Column A.
In column A, I have the days of the week, in order, with sometimes repeating values. See below:
A1 Sunday
A2 Monday
A3 Tuesday
A4 Wednesday
A5 Thursday
A6 Friday
A7 Saturday
A8 Sunday
A9 Monday
A10 Monday
A11 Monday
A12 Tuesday
A13 Wednesday
A14 Thursday
A15 Thursday
A16 Friday
What I want to do is format the row with Monday, but if there are multiple Mondays in a row, only the last instance. So in the example above, the formatting would only be applied to row 2 and row 11.
The formula I used to use was this, but when there are multiple Mondays in a row it doesn't help me.
=INDIRECT("A"&ROW())="Monday"
So I am stuck. Please help, thanks!
Bookmarks