I am using the formula:
=INDEX('[NP8 Nov 2015.xls]EHC NDT Phase 2'!$E:$E,MATCH(B2,'[NP8 Nov 2015.xls]EHC NDT Phase 2'!$D:$D,0))
to find the occurrence of B2 in the worksheet of another spreadsheet '[NP8 Nov 2015.xls]EHC NDT Phase 2'. This works fine.
However if it doesn't find it there, I'd like the formula to go looking in '[NP8 Nov 2015.xls]EHC NDT Phase 1' then, if it still can't find it, look in '[NP8 Nov 2015.xls]EP NDT' My question is, how do I join these INDEX MATCH searches together into one formula?
=INDEX('[NP8 Nov 2015.xls]EHC NDT Phase 2'!$E:$E,MATCH(B2,'[NP8 Nov 2015.xls]EHC NDT Phase 2'!$D:$D,0))
to find the occurrence of B2 in the worksheet of another spreadsheet '[NP8 Nov 2015.xls]EHC NDT Phase 2'. This works fine.
However if it doesn't find it there, I'd like the formula to go looking in '[NP8 Nov 2015.xls]EHC NDT Phase 1' then, if it still can't find it, look in '[NP8 Nov 2015.xls]EP NDT' My question is, how do I join these INDEX MATCH searches together into one formula?