GUIDO22
Registered User.
- Local time
- Today, 15:53
- Joined
- Nov 2, 2003
- Messages
- 515
I have a list of horse racing data for UK and Irish races.
What I wish to do is define a list of all IRISH track names -lets call this track array
I wish to search through a range of all race results in range say (A1:A100) and return an "I" character where any occurence of track array is found in this range.
In summary, I wish to clearly identify all Irish race results with a single 'I' character,
Track Array may have:
[Listowel
Navan
Cork] etc.
A1:A100, race results range may have :
12.30 Navan (the formula cell would return 'I')
13.00 Chepstow (the formula cell would returns nothing)
13.10 Cork = returns 'I' (the formula cell would return 'I')
........
What would be the cell formula I need in each cell to return 'I' for each Irish track found....
Thank you.
What I wish to do is define a list of all IRISH track names -lets call this track array
I wish to search through a range of all race results in range say (A1:A100) and return an "I" character where any occurence of track array is found in this range.
In summary, I wish to clearly identify all Irish race results with a single 'I' character,
Track Array may have:
[Listowel
Navan
Cork] etc.
A1:A100, race results range may have :
12.30 Navan (the formula cell would return 'I')
13.00 Chepstow (the formula cell would returns nothing)
13.10 Cork = returns 'I' (the formula cell would return 'I')
........
What would be the cell formula I need in each cell to return 'I' for each Irish track found....
Thank you.