LZ!FQ1 said:
I need to transfer part prices and description to different large
spreadsheets.
I suppose you have 3 columns in your origin workbook: code (column A),
description (column B) and price (column C), while in your destination
workbook I suppose you have a column code (column A); in your destination
workbook in the row of first code type this formula (I suppose is the row
2):
=VLOOKUP($A2,[Workbook_origin.xls]Sheet1!$A:$C,ROW(A$2),0)
Now you can copy through rows and columns
--
Hope I helped you.
Thanks in advance for your feedback.
Ciao
Franz Verga from Italy