Skip to content

Instantly share code, notes, and snippets.

@srph
Created July 1, 2018 06:42
Show Gist options
  • Save srph/65b56ce893705cc98e6334d9ef0099b5 to your computer and use it in GitHub Desktop.
Save srph/65b56ce893705cc98e6334d9ef0099b5 to your computer and use it in GitHub Desktop.
Google Spreadsheets: Count columns of specific color
// Needs Google Spreadsheets PowerTools
=COUNTA(valuesByColor("#f4cccc", "", B4:E4))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment