#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 70
Default Multipule vlookups

Is it possible to to use vlookups with multiple arrays?

On sheet 1, starting in A1 I have a list of order numbers, in column B I
have the coresponding Part No. and in column C I have the person responisble
for this item.

On sheet 2 I have the same information in columns A & B but need to use V
lookup to populate column C the the person responisble. i.e lookup both
columns A & B.

Is this possible?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default Multipule vlookups

Hi

One way
Add an extra column to sheet 1 with the formula
=A1&"|"&B1
copy down as far as required.
On sheet 2, in C1
=INDEX(Sheet1!C:C,MATCH(Sheet2!A1&"|"&Sheet2!B1,Sh eet1!D:D))
--
Regards
Roger Govier



"The Rook" wrote in message
...
Is it possible to to use vlookups with multiple arrays?

On sheet 1, starting in A1 I have a list of order numbers, in column B I
have the coresponding Part No. and in column C I have the person
responisble
for this item.

On sheet 2 I have the same information in columns A & B but need to use V
lookup to populate column C the the person responisble. i.e lookup both
columns A & B.

Is this possible?



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
Drivetime & miles from common address to multipule addresses Jerry Sharpee Excel Discussion (Misc queries) 2 November 14th 06 11:33 PM
how to paste multipule items Jared Excel Discussion (Misc queries) 2 July 27th 06 09:53 PM
linking four cell with multipule colums with other worksheet syed rafi ahmed Excel Worksheet Functions 1 May 6th 06 08:58 AM
multipule viewing Michael Esplana Excel Discussion (Misc queries) 2 March 22nd 06 03:08 AM
Changing a cell referance on multipule cells CES Excel Worksheet Functions 3 March 16th 06 06:55 PM


All times are GMT +1. The time now is 02:14 PM.

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

About Us

"It's about Microsoft Excel"