I'm having trouble getting index match to work properly if the row are out of order when I'm pulling data from sheet to another. what am I doing wrong?
<colgroup><col style="width: 48pt;" span="4" width="64"> <tbody>
</tbody>
The first set of data on the left is where I'm pulling from and the data on the right is wher I want it to go. I have it formatted as V-=INDEX($B$3:$B$10,MATCH(C7,$C$3:C8,0)). However it is not pulling the rows correctly if they are out of order. in this example item E is not getting pulled over correctly. any help would be very much appreciated.
Items | YTD | Items | YTD |
A | 1 | A | 1 |
B | 2 | B | 2 |
C | 3 | C | 3 |
D | 4 | D | 4 |
TR | 10 | E | 10 |
TR | 20 | ||
E | 5 |
<colgroup><col style="width: 48pt;" span="4" width="64"> <tbody>
</tbody>
The first set of data on the left is where I'm pulling from and the data on the right is wher I want it to go. I have it formatted as V-=INDEX($B$3:$B$10,MATCH(C7,$C$3:C8,0)). However it is not pulling the rows correctly if they are out of order. in this example item E is not getting pulled over correctly. any help would be very much appreciated.