Ok, there are notes to follow!
Formula:
=IF(ISERROR(INDEX(Sheet1!$A$4:$CJ$200,MATCH($A7,Sheet1!$A$7:$A$200,0)+3,MATCH(M$5,Sheet1!$5:$5,0))),IF(ISERROR(INDEX(Sheet2!$A$4:$CJ$200,MATCH($A7,Sheet2!$A$7:$A$200,0)+3,MATCH(M$5,Sheet2!$5:$5,0))),"",INDEX(Sheet2!$A$4:$CJ$200,MATCH($A7,Sheet2!$A$7:$A$200,0)+3,MATCH(M$5,Sheet2!$5:$5,0))),INDEX(Sheet1!$A$4:$CJ$200,MATCH($A7,Sheet1!$A$7:$A$200,0)+3,MATCH(M$5,Sheet1!$5:$5,0)))
It looks ugly as a formula, but it works ;-)
Enter that on M7 on Sheet3 and you should be good to go.
The ever important notes:
I would highly recommend setting up a named range for the data on Sheet1 and Sheet2. You can pretty easily set up a Table1 named range and have it refer to $A$4 through wherever the end of your Table is. The you can replace all Sheet1!$A$4:$CJ$200 with Table1. Makes life a lot easier, at least for me.
I could ramble on and on about it and how it works, but if you have questions or issues, just give a holler.
Bookmarks