R
Ron Rosenfeld
Thanks Ron, sorry but the list was illustrative of the single entry in
the time field and therefore the entries in the form field were not
all yellow.....
I have added the formula in as you suggest but instead of getting a
count of 1, 2,3 etc i get the following
Date Time Count
25-Jun 13:45:00 105
25-Jun 13:45:00 105
25-Jun 13:45:00 105
25-Jun 14:00:00 284
25-Jun 14:00:00 284
25-Jun 14:05:00 97
25-Jun 14:05:00 97
25-Jun 14:05:00 97
Isa this because it is counting the time field which is formatted in
hh:mm:ss ?
Thanks again Ron
Sam
Sam,
It does count the time field (that is the Column B in the formula). From your data, that would seem to be the easiest way to determine that there is only a single horse in the list. But it is not checking the date.
Does your data have entries for more than one date?
If so, try this formula instead:
=COUNTIFS($B:$B,B2,$A:$A,A2)
Note: I am assuming, since you can filter by color, that you have Excel 2007 or later. Earlier versions do not have this function and we'd need a different formula.
Since your data has entries from multiple tracks, I'm surprised you don't have an identifying column in your data to indicate which track the data refers to. Obviously, if you are interested in whether a given race has only a single "hit", unless races at different tracks never have the same time, there's no way to do that.