You can use LookUp Range Activity
If it finds that good then u wiill get cell location
So do following steps
Excel Application: Read Both Files
For Each Row : GoodsDt
in Storage Application Scope : Use LookUp Range and write Sheet name of Storage i.e. “Sheet1” and LookUp value will be Row(“Goods”).Tostring
If Result of LookUp range is Null or “” then
Row(“Result”)=“Not Ok” else Row(“Result”)=“Ok”
You can do it by comparing two datatable through this you will get all the “goods” which are available in “storage” or not then you can act on it accordingly.
Here is the link to thread.