I want to use a custom formula that only asks for the lookup value.
=INDEX('OrgKeys'!$E$2:$E$5000,MATCH(Lookup!$A8,'OrgKeys'!$A$2:$A$5000,0))
The only value that ever changes is the A8
So, for example, can I have a custom formula such as =orgkey(A8)
I would have to define 'OrgKeys'!$E$2:$E$5000 as the constant table that has the index values I want
I would also have to define 'OrgKeys'!$A$2:$A$5000 as always being the constant array I lookup the value in cell A8 in.
I'd like for the index table and array lookup table to be in a separate workbook on a specific drive in a specific directory that never changes.
It would be even cooler if you could type =orgkey() and by default it assumed you wanted to lookup the value in the cell to the left since that is 100% the case when I use the index(match) formula
Thanks!
=INDEX('OrgKeys'!$E$2:$E$5000,MATCH(Lookup!$A8,'OrgKeys'!$A$2:$A$5000,0))
The only value that ever changes is the A8
So, for example, can I have a custom formula such as =orgkey(A8)
I would have to define 'OrgKeys'!$E$2:$E$5000 as the constant table that has the index values I want
I would also have to define 'OrgKeys'!$A$2:$A$5000 as always being the constant array I lookup the value in cell A8 in.
I'd like for the index table and array lookup table to be in a separate workbook on a specific drive in a specific directory that never changes.
It would be even cooler if you could type =orgkey() and by default it assumed you wanted to lookup the value in the cell to the left since that is 100% the case when I use the index(match) formula
Thanks!
Last edited: