I have a array of data that import from a sports analysis package, in the form of letters and numbers, e.g. A1, BC20, DD31.
I want to search through this array of data (in rows) and find particular combinations, for example, any within these ranges DA23-DA26, DA31-DA34, DA39-DA42 (these ranges are repeated for DB, DC, and DD).
If any of these "D" data combinations are found in the table array, it is referring to a particular outcome in the game.
All of the 23-26 for DA, DB, DC and DD ranges means that the outcome was a Turnover.
All of the 31-34 for DA, DB, DC and DD ranges means that the outcome was Successful.
All of the 39-42 for DA, DB, DC and DD ranges means that the outcome was Unsuccessful.
In the end I need to check each row of data within the array to see what the outcome was, and then come up with a tally of outcomes for turnover, successful and unsuccessful.
I have been reading the match, hlookup, index etc functions, but am not sure which combination of functions I can use to get the information I want.
Any help will be greatly appreciated.... i am trying to avoid using macros...
thanks,
gojiberi
I want to search through this array of data (in rows) and find particular combinations, for example, any within these ranges DA23-DA26, DA31-DA34, DA39-DA42 (these ranges are repeated for DB, DC, and DD).
If any of these "D" data combinations are found in the table array, it is referring to a particular outcome in the game.
All of the 23-26 for DA, DB, DC and DD ranges means that the outcome was a Turnover.
All of the 31-34 for DA, DB, DC and DD ranges means that the outcome was Successful.
All of the 39-42 for DA, DB, DC and DD ranges means that the outcome was Unsuccessful.
In the end I need to check each row of data within the array to see what the outcome was, and then come up with a tally of outcomes for turnover, successful and unsuccessful.
I have been reading the match, hlookup, index etc functions, but am not sure which combination of functions I can use to get the information I want.
Any help will be greatly appreciated.... i am trying to avoid using macros...
thanks,
gojiberi