How many times does each value appear in a column?

前端 未结 3 1125
野趣味
野趣味 2020-12-18 20:24

I have a column with time data like this:

17:27:31
17:27:32
17:27:32
17:27:33
17:27:33
17:27:34
17:27:34
17:27:34
17:27:35
17:27:36

I want

3条回答
  •  感动是毒
    2020-12-18 20:51

    The quickest way would be with a pivot table. Make sure your column of data has a header row, highlight the data and the header, from the insert ribbon select pivot table and then drag your header from the pivot table fields list to the row labels and to the values boxes.

提交回复
热议问题