I am struggling to combine several index match functions with if, then statements (I think this is the way to do this). I have 35 different worksheets in a work book. The data to index is always starting in column C:IS and in rows 175, 341, 507, 673, 839, 1005 & 1171. The data to match is always in column F:IS and in rows 174, 340, 506, 672, 838, 1004 & 1170. These are the same in all worksheets in this workbook. What I want to accomplish is for it to look through the first rows (175,174) and if it doesn't find a match, it moves on the the second set of rows (341, 340) and so on.
Here are two of the formula's below. Any help or suggestions would be fantastic. Thanks
=INDEX('6'' & ADA Tables'!$F$839:$GH$839,MATCH('Task & Notes Master'!$A10,'6'' & ADA Tables'!$C$838:$GH$838,0)+2)
=INDEX('6'' & ADA Tables'!$F$175:$GH$175,MATCH('Task & Notes Master'!$A12,'6'' & ADA Tables'!$C$174:$GH$174,0)+2)
Bookmarks