Celticshadow
Active Member
- Joined
- Aug 16, 2010
- Messages
- 397
- Office Version
-
- 365
- Platform
-
- Windows
Hi Everyone
I have a sheet with my "source data" as below and I also have a second sheet with my required filtered data also as below.The second sheet has at every 6th row the name of the horse and shows the data I require to extract from my "source sheet" (whole rows of data associated to name of horse). Thus if as shown Slim is in cell A2 on the second sheet (lets call this sheet "req data") I want to look through the data in the "source sheet" and pull out the whole row of data (through A to E) and place it in date order descending in the "req sheet" again as shown. I have looked through some older posts on forum and came across an index formula with array but I am unable to fathom it and adjust it to suit thus may I kindly ask the board if they would be kind enough to help me out with this current problem. Many thanks in advance.
Regards
Source Data
<tbody>
</tbody>
Req Data
<tbody>
</tbody>
I have a sheet with my "source data" as below and I also have a second sheet with my required filtered data also as below.The second sheet has at every 6th row the name of the horse and shows the data I require to extract from my "source sheet" (whole rows of data associated to name of horse). Thus if as shown Slim is in cell A2 on the second sheet (lets call this sheet "req data") I want to look through the data in the "source sheet" and pull out the whole row of data (through A to E) and place it in date order descending in the "req sheet" again as shown. I have looked through some older posts on forum and came across an index formula with array but I am unable to fathom it and adjust it to suit thus may I kindly ask the board if they would be kind enough to help me out with this current problem. Many thanks in advance.
Regards
Source Data
Horse | A | B | C | D | E | |||
1 | Nette |
<tbody> </tbody> | 71 | 159 |
<tbody> </tbody> | A | ||
2 | Ters |
<tbody> </tbody> | 65 | 115 | 2 | X | ||
3 | Slim |
<tbody> </tbody> | 60 | 102 | 5 | R | ||
4 | Ally |
<tbody> </tbody> | 54 | 107 | 7 | T | ||
5 | Slim |
<tbody> </tbody> | 53 | 106 | 1 | G | ||
6 | Slim |
<tbody> </tbody> | 52 | 81 | 6 | B | ||
7 | Ally |
<tbody> </tbody> | 21 | 73 | 5 | X | ||
8 | Mont |
<tbody> </tbody> | 87 | 101 | 3 | E | ||
9 | Mont |
<tbody> </tbody> | 67 | 98 | 0 | R | ||
10 | Very |
<tbody> </tbody> | 51 | 111 | 1 | N | ||
11 | Nette |
<tbody> </tbody> | 49 | 136 | 2 | S | ||
12 | Ally |
<tbody> </tbody> | 49 | 101 | 6 | A |
<tbody>
</tbody>
Req Data
A | B | C | D | E | F | G | ||
1 | Horse |
<tbody> </tbody> | Rating 1 | Rating 2 | Rating 3 | Rating 4 | ||
2 | Slim |
<tbody> </tbody> | 60 | 102 | 5 | R | ||
3 |
<tbody> </tbody> | 53 | 106 | 1 | G | |||
4 | 05 April 2011 | 52 | 81 | 6 | B | |||
5 | ||||||||
6 | ||||||||
7 | ||||||||
8 | Ally |
<tbody> </tbody> | 54 | 107 | 7 | T | ||
9 |
<tbody> </tbody> | 21 | 73 | 5 | X | |||
10 |
<tbody> </tbody> | 49 | 101 | 6 | A | |||
11 | ||||||||
12 | ||||||||
13 | ||||||||
14 | Mont |
<tbody> </tbody> | 87 | 101 | 3 | E | ||
15 |
<tbody> </tbody> | 67 | 98 | O | R | |||
16 | ||||||||
17 | ||||||||
18 | ||||||||
19 |
<tbody>
</tbody>
Last edited: