Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to transfer part prices and description to different large spreadsheets.
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
HI
=vlookup(a2;otherws!a1:z1000,2,0) =vlookup(a2;otherws!a1:z1000,3,0) 2 for the 2nd column 3 for the 3rd column, etc assuming that the corresponding part code are in the column A (a2 as an eg) hth regards from Brazil Marcelo "LZ!FQ1" escreveu: I need to transfer part prices and description to different large spreadsheets. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
LZ!FQ1 wrote:
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data transfer from a template to a workbook | Excel Worksheet Functions | |||
Saving data in a worksheet within a workbook | Excel Discussion (Misc queries) | |||
Printing data validation scenarios | Excel Worksheet Functions | |||
Help - now really stuck! File transfer problem | Excel Discussion (Misc queries) | |||
How do I transfer data in a pdf file into an excel workbook? | Excel Discussion (Misc queries) |