Date Frequency

M

Mukayi

Can someone help with this one. I have a list of dates in column G.

G
1/15/12
1/15/12
1/15/12 frequency for 1/15/12 should be here (i.e. 3)
1/16/12
1/16/12 frequency for 1/16/12 should be here (i.e. 2)
1/17/12
1/17/12
1/17/12
1/17/12

Each date occurs a mutiple number of times. I have sorted the data t
show the oldest date at the top and the newest date on the bottom.
want a fuction that calculates the frequency of each date in th
adjucent column, F, and possibly put the frequency of each date in th
cell adjucent to where each date ends. I used =COUNTIF(G:G,"11/15/12")
It works but I have to go to the end of each date and change th
criteria.

Thank yo
 
C

Claus Busch

Hi Mukayi,

Am Wed, 18 Jan 2012 13:05:42 +0000 schrieb Mukayi:
G
1/15/12
1/15/12
1/15/12 frequency for 1/15/12 should be here (i.e. 3)
1/16/12
1/16/12 frequency for 1/16/12 should be here (i.e. 2)
1/17/12
1/17/12
1/17/12
1/17/12

Each date occurs a mutiple number of times. I have sorted the data to
show the oldest date at the top and the newest date on the bottom. I
want a fuction that calculates the frequency of each date in the
adjucent column, F, and possibly put the frequency of each date in the
cell adjucent to where each date ends. I used =COUNTIF(G:G,"11/15/12").
It works but I have to go to the end of each date and change the
criteria.

try in first row:
=IF(G2=G1,"",COUNTIF(G:G,G1))


Regards
Claus Busch
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top