Hi @anmita
Perform following steps
- Use excel scope to open the files
- Use for each row in excel to loop through rows
- Inside for each use a if condition to check the conditions Eg:
Currentrow("Username").ToString.Contains("Anita")
- In then use a assign activity to set the data
currentrow("Dec") = "90.8" or 90.8
If data is in datatable do the same with for each row in datatable and no excel is needed
cheers