I have been trying to find a way to highlight a column when the date in row 2 is within the current week. I've done this by using:
=(WEEKNUM(A$2)=WEEKNUM(TODAY()))
in A1:AS1=date(xxxx,xx,xx)
in A2:AS2 (and then=A2+7
in subsequent cells)- apply conditional formatting to cells A3:A60
The only reason I've used the first step is because I couldn't get combining the formula to work in conditional formatting.
When I highlight A1:A60 and "drag" them to the right, the "apply formatting to" field contains ALL of the cells highlighted, and the custom formula only looks at cell A1.
How do I apply conditional formatting to columns B:AS and have it relate to cell 1 of any given column?