This will be the output once the automation is running.
The yellow highlighted are the data that are coming from the first excel file.
Need your help on this matter.
As per my understanding, we have to read one by one row from ENROLLED SUPPLIERS- MAY sheet and enter into SUMMARY sheet and then calculate Billed Amount. Is it Right ?
You can do it using macro, just try to to record the macro, then made small changes on the range selected and other and invoke that VBA code from UiPath.
Then take write cell activity and write into respective fields under SUMMARY sheet and then take Read Cell and read Billed Amount and assign it to string variable for suppose ‘getBilledAmount’.
And Finally take one more Write cell activity to write Billed Amount into Billed Amount Column under ENROLLED SUPPLIERS- MAY sheet.
Eg. for suppose Billed Amount column is ‘S’ then use below one:
In Write Cell, Range: "S"+index.toString and value: getBilledAmount