Can anyone tell me if this is possible at all?
I have a sheet which keeps track of my horse racing results. The number of runners in the race are recorded in column F and the finish position of the runners is recorded in column AC
I want to determine which races do NOT have the same number of runners as what is shown in column F. What I mean is, there are times when a runner is removed from the race. This could be very close to the start time. Sometimes the number of runners is showing the numbers of runners which were originally supposed to run, whereas the finish position in column AC will show the number of runners which actually started.
What I am after is to find out when F might be showing, let's say 14, but AC only has 12 finish positions. Now the only way to determine which runners were in the same race is to use Date (A), Time (C) and Track (H). If those 3 match, then it is the same race.
So I guess in English it would be sort of like this as an example
If A, B & C match and F shows 14, does AC have the same number of finish positions - 14. Note: 14 is just an example. The number in F will be anywhere from 2 to 30 or so
Without using VBA, is this possible at all? Happy for just a T/F or Y/N sort of result
cheers
I have a sheet which keeps track of my horse racing results. The number of runners in the race are recorded in column F and the finish position of the runners is recorded in column AC
I want to determine which races do NOT have the same number of runners as what is shown in column F. What I mean is, there are times when a runner is removed from the race. This could be very close to the start time. Sometimes the number of runners is showing the numbers of runners which were originally supposed to run, whereas the finish position in column AC will show the number of runners which actually started.
What I am after is to find out when F might be showing, let's say 14, but AC only has 12 finish positions. Now the only way to determine which runners were in the same race is to use Date (A), Time (C) and Track (H). If those 3 match, then it is the same race.
So I guess in English it would be sort of like this as an example
If A, B & C match and F shows 14, does AC have the same number of finish positions - 14. Note: 14 is just an example. The number in F will be anywhere from 2 to 30 or so
Without using VBA, is this possible at all? Happy for just a T/F or Y/N sort of result
cheers