View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
JB JB is offline
external usenet poster
 
Posts: 115
Default How to Count Dates in 2 Lists

On 10 jan, 18:09, foofoo wrote:
Hello -

=COUNTIF($C$1:$C$100,A1)

JB
http://boisgontierjacques.free.fr/

I have 2 columns and each contains a list of dates. *Is there a
formula I can use to show how many times each date in column A appears
in the list in column C? *I would like to see the results in Column B,
and an example of what I am looking for is shown below.

Column A * * Column B * * Column C
12/21/08 * * * * * 3 * * * * * * *01/01/07
0/01/08 * * * * * * 0 * * * * * * *12/21/08
01/02/09 * * * * * 1 * * * * * * *12/21/08
01/03/09 * * * * * 0 * * * * * * *01/02/09
01/01/07 * * * * * 1 * * * * * * *12/21/08

Thank you!