Welcome to the forum.
Trevor's assumed that the first column you showed (1 to 9) were just row numbers, with 2013/2014 in column A and the 0s/1s in column B.
I'd assumed different, that your 1-9 are in column A with the 2013/14 in B and 0/1 in C, in which case use this (wrapping Index round his formula):
Formula:
=INDEX($A$1:$C$10,MATCH(2012+ROW($A1)&1,$B$1:$B$10&$C$1:$C$10,0),1)
or, removing the errors,
Formula:
=IFERROR(INDEX($A$1:$C$10,MATCH(2012+ROW($A1)&1,$B$1:$B$10&$C$1:$C$10,0),1),"")
They're still array formulae, entered with Ctrl-Shift-Enter.
Hope that helps, if my assumption's correct - if not, please ignore me and go with Trevor's answer!
Bookmarks