Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
LZ!FQ1
 
Posts: n/a
Default How do I use " V Lookup" to transfer data to a new workbook ?

I need to transfer part prices and description to different large spreadsheets.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Marcelo
 
Posts: n/a
Default How do I use " V Lookup" to transfer data to a new workbook ?

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   Report Post  
Posted to microsoft.public.excel.misc
Franz Verga
 
Posts: n/a
Default How do I use " V Lookup" to transfer data to a new workbook ?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Data transfer from a template to a workbook Nick Excel Worksheet Functions 0 April 20th 06 05:26 PM
Saving data in a worksheet within a workbook Homeuser Excel Discussion (Misc queries) 2 August 21st 05 10:49 PM
Printing data validation scenarios SJC Excel Worksheet Functions 14 July 24th 05 12:43 AM
Help - now really stuck! File transfer problem ohboy! Excel Discussion (Misc queries) 10 May 2nd 05 09:07 PM
How do I transfer data in a pdf file into an excel workbook? CBooze1969 Excel Discussion (Misc queries) 2 April 19th 05 04:18 PM


All times are GMT +1. The time now is 07:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"