close

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

CRWRTYPE
AXAXYC
AYAXYC
AZAXYE
BZBXYc
BYBXYe
BXBXYc

Second list in Sheet 2

CRWRTYPE
AXAXY
BZBXY
AZAXY
AXAXY
BYBXY
BXBXYProblems 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 explainThnks--
deja
------------------------------------------------------------------------
deja's Profile: www.excelforum.com/member.php...oamp;userid=33669
View this thread: www.excelforum.com/showthread...hreadid=534406I 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
quot;Typequot; [or Sheet1 C column] value that corresponds with the A2 value
from sheet 2.
The Excel's help can explain it better.

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()