シートの値を所得し、別のシートに貼り付ける方法

あるエクセルの"sheet1"に
image
このデータがあり、
"sheet2"のA列の値をキーにして、B列に"sheet1"のA列の値(B列の値)と書き込みたいとき
image

どのようにすればいいか教えていただきたいです!
※説明がわかりにくいと思うので出したい結果も載せます↓
image

Hi @TAKAHITO,

Try this xaml:
ExcelDataTable.xaml (10.1 KB)

Sample output - Please refer Output sheet.
Data.xlsx (11.3 KB)

Thanks!

ありがとうございます!
ちなみに、sheet1が
image

sheet2でこの結果にするにはどうすればいいでしょうか?
image

Change the sheet name as “Sheet2” instead of “Output” in write range activity.

Xaml updated - ExcelDataTable.xaml (10.1 KB)

正常に機能している場合は、これを解決策としてマークしてください。

@TAKAHITO

1 Like

sheet1が↓のようなとき(C列にaが重複する)
image

sheet2にこのように出力したい場合はどのようにすればいいですか?
結果↓
image

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.