Excel matching two files and write cell for match values

hi @Htwe_Ko_Ko_Wynn,

You can simply use LookUp Datatable activity inside for each row activity.
using lookup datatable activity you can search for a value in datatable and returns value from another column.

Check out this example…

1 Like