Count unique distinct months in excel
Question: How do I count the number of unique months in excel?
Answer:
Array formula in C17:
Named ranges
List (A2:A15)
What is named ranges?
How to customize the formula to your excel spreadsheet
Change the named range.
Download excel sample file for this tutorial.
Count unique distinct months.xls
(Excel 97-2003 Workbook *.xls)
Functions in this article:
IF(logical_test;[value_if:true];[value_if_false])
Checks whether a condition is met, and returns one value if TRUE, and another value if FALSE
MATCH(lookup_value;lookup_array; [match_type]
Returns the relative position of an item in an array that matches a specified value
DATE(year,month,day) returns the number that represents the datein Microsoft Office Excel date-time code
MONTH(serial_number) returns the month, a number from 1 (January) to 12 (December)
YEAR(serial_number) returns the year of a date, an integer of the range 1900-9999
SUM(number1,[number2],)
Adds all the numbers in a range of cells
MIN(number1,[number2])
Returns the smallest number in a set of values. Ignores logical values and text
This blog article is one out of twelve articles on the same subject "count unique and unique distinct".
- Count unique values in a column in excel
- Count unique distinct values in two columns in excel
- Count unique distinct values in three columns combined in excel
- Count unique values and unique distinct values in three ranges combined in excel
- Count unique and unique distinct values in a multicolumn range in excel
- Count unique values and unique distinct values in two ranges combined
- How to count unique combined column values
- How to count unique distinct records in a date range
- Count unique distinct records in a date range and a numeric range in excel
- Count unique distinct values in two columns with date criteria in excel
- Count unique distinct months in excel
- Count duplicate distinct values in a column in excel
Related posts:
Create unique distinct year and months from a long date listing in excel
Count unique distinct values in two columns with date criteria in excel
Count unique and unique distinct values in a multicolumn range in excel
Count unique values and unique distinct values in two ranges combined
Count unique values and unique distinct values in three ranges combined in excel

















