Есть необходимость
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)