특정 데이터가 있는 셀을 검색하는 Excel 스크립트/매크로를 만드는 방법은 무엇입니까?

특정 데이터가 있는 셀을 검색하는 Excel 스크립트/매크로를 만드는 방법은 무엇입니까?

필요가있다

1.to get current active cell (selected one),
2. get data it holds (date DD.MM.YY), 
3. search for the same date in other book (or same), 
4. copy found cell on the right to (Sheet1 right next to date on the right). 

이를 수행하는 방법에 대한 예가 있습니까?여기에 이미지 설명을 입력하세요

답변1

VLOOKUP 함수를 사용하여 열에서 일치하는 인덱스를 검색합니다.

VLOOKUP(lookup_value,table_array,col_index_num,range_lookup)

관련 정보