I would need to copy the selective data from an excel file (PL Analysis-APR19-ITD) into the master file called FY2017 SGA Categories Actual Results Breakdown
My problem is that in the master file, it already have past month data.
So, how can I copy the data in the PL file into the master file without overwrite the current data in the master file.
@eelin
yes buddy of-course you can
we have a activity called Append range and kindly follow the below steps that would surely rsolve your isue
use excel application scope, to open the excel and pass the file path ofthis file PL Analysis-APR19-ITD
use read range activity to read the data and get the output as datatable variable named out_dt
use another application scope to open the excel and pass the file path of this file FY2017 SGA Categories Actual Results Breakdown
4.Now use append range and pass the datatable out_dt as input and the sheetname in this excel “FY2017 SGA Categories Actual Results Breakdown” 5. But keep this mind buddy, the number of columns in both the table should match and the headers should also match, then only it wll get appended exactly else it wont
Thats all buddy you are dne
Kindly let know if this works or not, lets sort this ot
Cheers @eelin