Skip to content

Instantly share code, notes, and snippets.

@askalee
Created February 18, 2019 09:11
Show Gist options
  • Save askalee/c754274d8a2f8eee48cd9abe1d65f4ae to your computer and use it in GitHub Desktop.
Save askalee/c754274d8a2f8eee48cd9abe1d65f4ae to your computer and use it in GitHub Desktop.
Google Spreadsheet Conditional format basd on "mod" on current date cell
=mod( REGEXEXTRACT(text(indirect(address(row(), column())), "yyyy-mm-dd"),"\d+\-(\d+)-\d+"),2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment