问题
I'm trying to find out the formula for matching CODE 1
between Sheet1 and Sheet2, then, copy 'Original','Lost' and insert 'Total 2019 Order' columns into Sheet 1 by corresponding CODE 1
,
The google sheet is here:
https://docs.google.com/spreadsheets/d/1SvMVC0P6eWcmaULEolu0zTr2wv6zlFl9-ttkgaxXcX8/edit?usp=sharing
回答1:
use:
=ARRAYFORMULA(IFNA(VLOOKUP(B2:B, Sheet2!B2:I, {8, 5}, 0)))
spreadsheet demo
来源:https://stackoverflow.com/questions/60161952/compare-two-sheet-columns-and-copy-data-to-first-sheet