How to Count Unique Dates based on Criteria

sillerdu

New Member
Joined
Jul 21, 2016
Messages
2
Hi,

I have been unable to find an answer to this one. Here is my question, I would like to count the number of unique dates in a sheet based on a criteria. For the example below, I would like to count the number of unique dates for only item F102840.


itemdue_date
F1026014/13/2016
F102650XL11/15/2014
F102654XL7/20/2014
F102657XL10/27/2014
F102658XL10/2/2014
F10283410/26/2015
F1028406/16/2014
F1028406/24/2014

<colgroup><col><col></colgroup><tbody>
</tbody>
Thanks!!
 
What did you exactly clean up ?
What is the final formula you have applied ?

One way you can modify the formula posted for sillerdu is:

=SUM(IF(FREQUENCY(IF(ISTEXT($A$2:$A15),IF($A$2:$A$15=E1,IF(ISNUMBER($B$2:$B$15),$B$2:$B$15))),IF(ISNUMBER($B$2:$B$15),$B$2:$B$15)),1))

which also must be confirmed with control+shift+enter.
Sir, have you written any book? I am planning to buy one
 
Upvote 0

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney

Forum statistics

Threads
1,216,075
Messages
6,128,667
Members
449,462
Latest member
Chislobog

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top