Microsoft Excel vlookup formula

Arun

I have two sheets as below.

Sheet1:

Sno  Emp ID   Name   Address
1    101      X.     ?
2    01       Y.     ?

Sheet2:

Sno   Emp ID  Name    Address
1     10      D.      XX
2     101     X.      YY

I need that address in Sheet2 in Sheet1 address column.

Please help me out.

ejbytes

If you want the Home Address of the Employee:
Use the:
VLOOKUP( lookup ref, table ref search, result col, match )
= vlookup(B2, table-sheet2, 2nd column, exact match)
= vlookup(employee ID 101, table on sheet2, Name, exact match)

C2: Name Search, referencing the Employee ID, to TABLE
=VLOOKUP(B2,Sheet2!$B$2:$D$5,2,FALSE), for Name Search ref, Emp.ID
D2: Address Search, referenceing the Employee ID, to TABLE
=VLOOKUP(B2,Sheet2!$B$2:$D$5,3,FALSE)

Note: It's necessary to use the static notation $B$2:$D$5 for copy/paste functionality so that you can paste the formula to the cells in the column; else if you use dynamic notation B2:D5, the next cell will search B3:D6, then B4:D7, and so on, and that's unintended. The TABLE must be in, it is assumed by EXCEL, alphabetical/numeric order!


enter image description here

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Microsoft Excel vlookup 공식

분류에서Dev

Microsoft Excel vlookup 공식

분류에서Dev

Microsoft Excel Conditional String Output Formula

분류에서Dev

VLOOKUP a HYPERLINK formula

분류에서Dev

Microsoft Excel에서 vlookup / hlookup하는 방법은 무엇입니까?

분류에서Dev

Microsoft Excel에서 vlookup / hlookup하는 방법은 무엇입니까?

분류에서Dev

Excel VLOOKUP + SUMPRODUCT for multiple

분류에서Dev

Excel - VLookup Example

분류에서Dev

Excel Vlookup 날짜,

분류에서Dev

Excel VBA의 Vlookup

분류에서Dev

VBA Excel VLookup

분류에서Dev

Excel Vlookup 지원

분류에서Dev

Excel 결합 Vlookup

분류에서Dev

Excel VLOOKUP 문제

분류에서Dev

Trouble using "HLOOKUP" in Microsoft Excel 2010. Sometimes formula generates an error

분류에서Dev

Microsoft Excel 2007-Vlookup 용 동적 Table_Array를 작성하는 방법

분류에서Dev

EXCEL SUMPRODUCT FORMULA

분류에서Dev

Nested IF formula in Excel

분류에서Dev

Replicating a formula pattern in Excel

분류에서Dev

Excel-Vlookup 문제

분류에서Dev

Excel의 VLOOKUP 기능

분류에서Dev

Excel의 Vlookup 수식

분류에서Dev

Excel VBA code for multiple vlookup

분류에서Dev

2 열로 Excel VLOOKUP

분류에서Dev

Excel 2010 : VLOOKUP 함수

분류에서Dev

Excel formula for inline (in formula only) lookup

분류에서Dev

Creating Formula (Effective-Discontinue) Dates while using vlookup

분류에서Dev

VBA .Formula Vlookup with Wildcard Returning Type Mismatch (Simple)

분류에서Dev

Excel Multiple Cells Included in an IF Formula