Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Find matching values in two different columns

I have 3 columns. I need to take the value in column 1 and locate the
matching value in column 2 and then write the corresponding value in column 3
to a new column.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,358
Default Find matching values in two different columns

What defines corresponding value? In other words, after you find the match in
column 2 for the value in column 1, what is the corresponding value based on?
--
John C


"lmarstin" wrote:

I have 3 columns. I need to take the value in column 1 and locate the
matching value in column 2 and then write the corresponding value in column 3
to a new column.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Find matching values in two different columns

Column 1 = A1:A10
Columns 2 and 3 = J1:K10

Try something like this:

=VLOOKUP(A1,J$1:K$10,2,0)

Copy down as needed.

--
Biff
Microsoft Excel MVP


"lmarstin" wrote in message
...
I have 3 columns. I need to take the value in column 1 and locate the
matching value in column 2 and then write the corresponding value in
column 3
to a new column.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Find matching values in two different columns

Thank you very much, worked great

"T. Valko" wrote:

Column 1 = A1:A10
Columns 2 and 3 = J1:K10

Try something like this:

=VLOOKUP(A1,J$1:K$10,2,0)

Copy down as needed.

--
Biff
Microsoft Excel MVP


"lmarstin" wrote in message
...
I have 3 columns. I need to take the value in column 1 and locate the
matching value in column 2 and then write the corresponding value in
column 3
to a new column.






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Find matching values in two different columns

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"lmarstin" wrote in message
...
Thank you very much, worked great

"T. Valko" wrote:

Column 1 = A1:A10
Columns 2 and 3 = J1:K10

Try something like this:

=VLOOKUP(A1,J$1:K$10,2,0)

Copy down as needed.

--
Biff
Microsoft Excel MVP


"lmarstin" wrote in message
...
I have 3 columns. I need to take the value in column 1 and locate the
matching value in column 2 and then write the corresponding value in
column 3
to a new column.






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
Matching values in 2 columns richzip Excel Discussion (Misc queries) 1 January 24th 08 11:40 AM
Find matching data in two worksheet columns scootter Excel Worksheet Functions 3 May 17th 07 08:06 PM
Matching values in two columns Rob Excel Discussion (Misc queries) 4 December 6th 06 04:44 AM
Find Matching Data Two Columns Gilly Excel Worksheet Functions 1 December 1st 06 09:11 PM
find a cell matching separate column and row values LQEngineer Excel Worksheet Functions 2 July 26th 06 07:10 AM


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