Is there a way to perform a kind of VLOOKUP between two tables?
I have two tables, in the first one i want to get some data from the second one, based on one column, like =VLOOKUP(table1!A2,table2!A:B,2,0)
=VLOOKUP(table1!A2,table2!A:B,2,0)
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
Not at the moment - I will have look at though
VLookup is more of Spreadsheet function.
It might be possible to do usinga Macro but it would be just as easy in python script.
Is there a way to perform a kind of VLOOKUP between two tables?
I have two tables, in the first one i want to get some data from the second one, based on one column, like
=VLOOKUP(table1!A2,table2!A:B,2,0)
Last edit: Chilly Bang 2019-04-03
Not at the moment - I will have look at though
VLookup is more of Spreadsheet function.
It might be possible to do usinga Macro but it would be just as easy in python script.