Current location - Quotes Website - Personality signature - Compare the name in excel with the name in access, and bring the ACCESS value with the same name into the excel table.
Compare the name in excel with the name in access, and bring the ACCESS value with the same name into the excel table.
You can import data from ACCESS into EXCEL and then process it in EXCEL.

1, ACCESS data is imported into EXCEL, in EXCEL: data-get external data-import tables in your database from ACCESS, assuming they are imported into SHEET2;

2. Assume that the imported data column A is the data to be obtained, column B is the name, and the formula is used in column C in the following figure (your screenshot). Assume that the data starts from B7 and the formula is C7:

=VLOOKUP(B7,IF({ 1,0},sheet2! B$ 1:B$! 1000,sheet2! 65438 USD +0:65438 USD +0000), 2,0)

Pull down.