Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have been using the following formula to add the number of unique numbers
in column A. =SUM(IF(FREQUENCY(CaseData!A:A,CaseData!A:A)0,1)) HOWEVER, Now I want to only count unique numbers in column A, only if column C is between 1/1/2005 and 3/31/2005 (or any 2 dates for that matter). EXAMPLE: A C 5123456 1/1/2005 5123457 1/5/2005 5123457 1/5/2005 5123457 3/7/2009 The result should be 2 - because there are 2 unique numbers in A while C is between 1/1/2005 adn 3/31/05. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
reversing numbers to create dates | Excel Worksheet Functions | |||
Finding unique numbers in a column | Excel Discussion (Misc queries) | |||
Calculate numbers between 2 dates | Excel Discussion (Misc queries) | |||
Converting Text months to sortable Numbers or Dates | Excel Discussion (Misc queries) | |||
Dates to numbers | Excel Worksheet Functions |