I need some help with a similar situation but this time I need to look up within an array.
This is the data from my main spreadsheet.
I have Account ID from 3rd cell stored in another spreadsheet and I want to return the details in column 6 ie steel
I tried to use a variation based on =INDEX(Data!N:N,MATCH(TRUE,EXACT(F2,Data!N:N),0)) but this doesn't take into account arrays? Can you help?
This is the data from my main spreadsheet.
Account | Account Id | Account Id | ID (18-Digit) | Sector | Industry |
xxx PLC | 0014L00000CLxzXQAT | 0014L00000CLxzX | a084L000006tN3VQAU | Real Estate | Real Estate Management & Development |
I have Account ID from 3rd cell stored in another spreadsheet and I want to return the details in column 6 ie steel
Sedol | Account Name | Account ID | ISIN | Country | Sector | Industry |
xxxxxxx | xxxxxxx | 0014L00000CLzLk | Australia | STEEL |
I tried to use a variation based on =INDEX(Data!N:N,MATCH(TRUE,EXACT(F2,Data!N:N),0)) but this doesn't take into account arrays? Can you help?