Excelについての質問です


Excelのコピー貼り付けについて悩んでいます。

Excelファイルにシートが2つあります。(グラフ,コピー元)
コピー元のA2:A24をグラフシートに貼り付けたいのですが、
貼り付ける際にコピー元シートのA1の日付がグラフシートの32行目の日付の一致した列に貼り付けたいです。(貼り付けるのはグラフシートの32行目)
何か方法はありますでしょうか。

@n.prettytake

there is no direct way

first you can use find/replace activity to find the required column index and then use that column name or index to write the data

cheers