HI @csanders
- Use Use Excel File → Pass the excel file path
Inside the scope
-
Use Read Range activity → store it as DtRead
-
Use Look up Range activity

- Use Find/Replace activity
Excel.Sheet("Sheet1").Range(LookupTotal+":"+System.Text.RegularExpressions.Regex.Match(LookupTotal,"\D+").ToString+(Dtread.Rows.Count+1).ToString)
This will look only in the particular column A1:A+DTread.Rows.Count (example)

Check out this XAML file
Find And Replace.xaml (11.2 KB)
Regards
Gokul