Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
tpc tpc is offline
external usenet poster
 
Posts: 1
Default Vlookup with more than two values

I have two list A and B, in list A I have two columns 1 and 2. in the column
1 there is a Number like (917) that can be repeat, in column 2 there's a text
like (sxc) which it's repat in other rows. I have to bring some data from the
list B where I also have the columns 1,2 and a 3 with the data I want to
bring to list A. Well the values (917) is in list B but this number is link
to (sxc) and with other text, How can I make to bring me the data that is
only link to:
column: 1 2
917 sxc

The information is random.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default Vlookup with more than two values

Insert a Col before the first column in your list B (which I assume is in
Sheet 2, Col A-C - insertion will shift the data to B-D) and enter this
formula in the new Col A
=B1&C1 and copy down

Now in C1 of Sheet 1 (where your list A is assumed to be) enter this
=VLOOKUP(A1&B1,Sheet2!A:D,4,False) and copy down...

"tpc" wrote:

I have two list A and B, in list A I have two columns 1 and 2. in the column
1 there is a Number like (917) that can be repeat, in column 2 there's a text
like (sxc) which it's repat in other rows. I have to bring some data from the
list B where I also have the columns 1,2 and a 3 with the data I want to
bring to list A. Well the values (917) is in list B but this number is link
to (sxc) and with other text, How can I make to bring me the data that is
only link to:
column: 1 2
917 sxc

The information is random.

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
VLookup multiple values - sum returned values into single cell se7098 Excel Worksheet Functions 12 April 2nd 23 07:32 PM
vlookup not looking through all the values vlad Excel Worksheet Functions 1 September 5th 07 07:10 PM
SUM of VLOOKUP Values WAR Excel Worksheet Functions 3 August 15th 07 07:34 PM
vlookup, multiple values, sum values into one cell?? Phillips L Excel Worksheet Functions 4 November 9th 05 12:31 AM
vlookup with 2 values NITESH G Excel Discussion (Misc queries) 2 November 8th 05 08:24 AM


All times are GMT +1. The time now is 02:32 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"