Hi
I'm having problems getting my index to work..
So for sample sake I have in my raw data
A B C D
1
2 Rob Dave Phil
3 01/01/2013 1 2 3
4 02/01/2013 1 2 3
5 03/01/2013 1 2 3
and in my front sheet I want to pull the data when I change the "Rob" by drop down
Rob
01/01/2013 Result
02/01/2013 Result
03/01/2013 Result
so if Rob is selected the results should be
Rob
01/01/2013 1
02/01/2013 1
03/01/2013 1
but its showing
Rob
01/01/2013 1
02/01/2013 2
03/01/2013 3
The formula Im using is E18 is the place the drop down for Rob,Dave and Phil is and D20 is where the dates start
=INDEX($A$2:$D$5,MATCH($E$18,$A$2:$D$2,0),MATCH($D20,$A$2:$A$5,0))
thanks
Bookmarks