My Daily Microsoft
Notes from my daily work involving SharePoint, Excel and other Office applications.
Showing posts with label
frequency
.
Show all posts
Showing posts with label
frequency
.
Show all posts
Friday, May 11, 2012
Excel: Count Unique (Number) Values
To count the unique number values in a range, say for example column A, you can use a combination of SUM, IF and FREQUENCY formulas.
Example:
=SUM(IF(FREQUENCY(A:A;A:A)>0;1))
Check the help for more details on FREQUENCY formula.
Older Posts
Home
Subscribe to:
Posts (Atom)