...
4.7 Merge by column - different name and number of rows - keep only duplicate rows
Before merging:
Meats.xlsx
and
MeatStock.xlsx
After merging:
Script:
A | |
---|---|
1 | =file(“Meats.xlsx”).xlsimport@t() |
2 | =file(“MeatStock.xlsx”).xlsimport@t() |
3 | =join(A1:Price,Name;A2:Stock,Name) |
4 | =A3.new(Stock.Name,Stock.Stock,Stock.MinimumStock,Price.UnitPrice) |
5 | =file(“MeatsPriceStock.xlsx”).xlsexport@t(A4) |
A3: Inner join
esProc Desktop and Excel Processing
4.6 Merge by column - different name and number of rows - keep all rows
4.8 Merge by column - different name, number and order of rows - keep only rows of the first file and align the rows