F
FISH
I have a large column with many entries. Many of these are duplicates so I'd
like to be able to count how many ABC entries are in the column, and how
many DEF entries, etc...
For example I have a column in C which lists the items and another column F
which lists the dates that item was acted on.
I'd like to see how many items were acted on each of the different dates.
So is there some way to get results something like this:
11/27/2008 = 43
11/28/2008 = 65
11/29/2008 = 32
Any format of the results would actually be fine as long as it tells me how
many items were acted on each of the dates listed in column F.
Thanks in advance.
like to be able to count how many ABC entries are in the column, and how
many DEF entries, etc...
For example I have a column in C which lists the items and another column F
which lists the dates that item was acted on.
I'd like to see how many items were acted on each of the different dates.
So is there some way to get results something like this:
11/27/2008 = 43
11/28/2008 = 65
11/29/2008 = 32
Any format of the results would actually be fine as long as it tells me how
many items were acted on each of the dates listed in column F.
Thanks in advance.