[ Get other values for a conditional row. ]
[ 조건에 맞는 행의 다른 값들 가져오기. ]
해당 셀을 선택한다.
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