Skip to content

Instantly share code, notes, and snippets.

@vnys
Created December 3, 2015 16:25
Show Gist options
  • Save vnys/d0b12ea976efc70d6c06 to your computer and use it in GitHub Desktop.
Save vnys/d0b12ea976efc70d6c06 to your computer and use it in GitHub Desktop.
google spreadsheets

How to add background colour to weekends in a vertical calendar

Apply to range: A2:D176 Custom formula: =OR(WEEKDAY($A:$A)=7, WEEKDAY($A:$A)=1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment