Forum Discussion

John Duff's avatar
John Duff
Copper Contributor
Jun 06, 2018
Solved

Frequency function for counting dates

Hi, I have a column that contains date values rounded with the INT function.  My understanding is that these can be counted using the Frequency function but I am not getting the result I expect.   ...
  • Detlef_Lewin's avatar
    Jun 06, 2018

    John,

     

    =IF(COUNTIFS(A$1:A1,A1)=1,COUNTIFS($A$1:$A$10,A1),0)

     

    Or with FREQUENCY(): Select B1:B10, type in the formula and press CTRL-SHIFT-ENTER.

    {=FREQUENCY($A$1:$A$10,$A$1:$A$10)}

     

Resources