Wednesday, December 12, 2018

▷ Excel VLOOKUP function (조건에 맞는 행의 다른 값 가져오기)

[ Get other values ​​for a conditional row. ]
[ 조건에 맞는 행의 다른 값들 가져오기. ]


0. Select the cell.
   해당 셀을 선택한다.
0. Run the function wizard: shortcut keys = "Shift + F3"
   함수 마법사를 실행한다. 단축키는 "Shift + F3"

1. Search the function named vlookup.
   "vlookup" 을 입력한다.
2. Go
   검색한다.
3. Select the vlookup function.
   vlookup 함수를 선택한다.
4. OK
   확인

5. Specify the three function arguments. Lookup_value, Table_array, Col_index_num.
   함수 인수를 입력합니다.
   Lookup_value   = 검색할 값
   Table_array      = 데이터 영역 전체
   Col_index_num = 값을 추출할 데이터 영역 내의 열 번호
6. OK
   확인

7. Found the data for the conditional row.
   조건에 맞는 데이터 찾음.
   (*) Use the function IFERROR to hide the error. ex) IFERROR(VLOOKUP(F2,A2:D21,4), "")

8. Drag the formula to apply to the remaining cells.
   수식을 나머지 셀에 적용하기 위해 드래그합니다.

No comments:

Post a Comment

◈ Recent Post

▷ UITest demo with TestOne (Mobile, Keypad and Drag until found tip)

[ UITest Demo Environment ] 1. UITest Solution: TestOne 2. Description 데모 설명    How to use keypad, and to drag until found.     키패드를...

◈ Popular Posts