Richard U
Active Member
- Joined
- Feb 14, 2006
- Messages
- 406
- Office Version
- 365
- 2016
- 2010
- 2007
- Platform
- Windows
I've stripped out all the path information and identifiable information.
This is referencing an external workbook, but I have never seen an index match written like this before.
Could someone please explain what this is doing?
This is referencing an external workbook, but I have never seen an index match written like this before.
Could someone please explain what this is doing?
Code:
=INDEX('[ExternalFile.xlsx]Consolidation'!$F:$F,MATCH(1,(A2='[ExternalFile.xlsx]Consolidation'!$B:$B)*(B2=[ExternalFile.xlsx]Consolidation'!$D:$D),0))