Is it possible to import a cell value or range of cells from 1 workbook to another based on a value?
Example: I want to be able to put a value in A1 in workbook1 and based on that value in A1 it searches for that match value in column A in workbook2. Once it finds that match in workbook2 it then brings the values in from B-F of that row # that had the match in column A in workdbook2 and outputs it in workbook1.
I hope this is possible with a function or VBA?
let me know, thanks!!
Example: I want to be able to put a value in A1 in workbook1 and based on that value in A1 it searches for that match value in column A in workbook2. Once it finds that match in workbook2 it then brings the values in from B-F of that row # that had the match in column A in workdbook2 and outputs it in workbook1.
I hope this is possible with a function or VBA?
let me know, thanks!!