Skip to content

Instantly share code, notes, and snippets.

@djtech42
Created September 23, 2015 03:37
Show Gist options
  • Save djtech42/186be4647c7feb8ee3a6 to your computer and use it in GitHub Desktop.
Save djtech42/186be4647c7feb8ee3a6 to your computer and use it in GitHub Desktop.
Apple Numbers Value in Column Frequency (for Histogram)
COUNTIF(//column, //constant)
Ex. COUNTIF(A, 3)
//Count frequency that 3 shows up in column
COUNTIF(//column, //cell)
Ex. COUNTIF(A, C3)
//Count frequency that value of cell C3 shows up in column
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment