Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
deja
 
Posts: n/a
Default Check 2 different list get associated value from a column


I have 2 different list in different sheets, First list has Headings are
CR,WR,Type Second list is CR,WR.

List Values as follows; First list in sheet 1

CR WR TYPE
AX AXY C
AY AXY C
AZ AXY E
BZ BXY c
BY BXY e
BX BXY c

Second list in Sheet 2

CR WR TYPE
AX AXY
BZ BXY
AZ AXY
AX AXY
BY BXY
BX BXY


Problems is how can i run a function which looks value for AX in List 1
then checks for corresponding value AXY if it there in any where then
bring type value from list 1 ( sheet 1) and put it in list 2 in sheet
2

Hope i was clear to explain


Thnks


--
deja
------------------------------------------------------------------------
deja's Profile: http://www.excelforum.com/member.php...o&userid=33669
View this thread: http://www.excelforum.com/showthread...hreadid=534406

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ptak1976
 
Posts: n/a
Default Check 2 different list get associated value from a column

I believe you can use a vlookup function to do this.
=VLOOKUP(A2,Sheet1!A2:C7,3,FALSE)

If you enter this formula in cell C2 on sheet2 it will respond with the
"Type" [or Sheet1 C column] value that corresponds with the A2 value
from sheet 2.
The Excel's help can explain it better.

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
Change a Column list into multiple rows & columns angelface Excel Worksheet Functions 3 January 28th 06 02:23 AM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 04:56 AM
creating a bar graph Johnfli Excel Discussion (Misc queries) 0 October 26th 05 09:16 PM
Capture and list data from a column or row Jeff Excel Worksheet Functions 2 October 17th 05 08:44 PM
Lookup Table Dilemma Karen Excel Worksheet Functions 2 June 10th 05 09:22 PM


All times are GMT +1. The time now is 08:33 AM.

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"