A custom formula for 5 possible colors, by day is used to highlight entries by DayOfWeek
Is it possible to use a format like A2:A instead of manually editing it as the sheet grows bigger?
Formula works fine, just don't want to be editing it continuously
Example for rows A2 to A641 - can this be $A$2:$A ?
=and(isblank($A$2:$A$641)=false,OR(weekday($A$2:$A$641)=7))