I try to do something that would be a JOIN in SQL...but I have to do it in LibeOffice Calc:
There are two table-sheets, one containing an index value and an text, the other one contains an index and some other values. So it looks like this:
Table A: index | text
Table B: index | data1 | data2
They have to be merged at index value while Table B does not contain as much indices as table A. As a result something like this should appear at all positions where A.index is equal to B.index:
index | data1 | data2 | text
Any Idea how this can be done in LibreOffice Calc (not Base or any other database)?
Thanks!