Hi, I am trying to use index match to match data from multiple sheets onto one master sheet. the master sheet is a list of names for participants in a program. the multiple sheets i want to match are participants' gender from each year (2010,2011,2012,2013,2014).
i can get it to work matching the 2010 sheet to the master sheet, using this:
=INDEX('2010'!$J$2:$J$1454,MATCH(A2,'2010'!$A$2:$A$1454,0))
i would appreciate any help adding in the other sheets!! thank you!
Bookmarks