I have several excel files:
excel A: an overview of all files
excel B, C, D, etc.: excel files which contains values that need to be copied to excel A.
The excel files B,C,D contains an ID which can be found in the overview sheet.
Is there any other way to let the bot store the value of excel B, look it up in excel A and fill in columns X,Y,Z
I would want to first open excel B and then fill in the data in excel A.
1.Read Excel B save id as Variable
2.Read range Excel B store output as Data table
3. Now go to Excel A - use Filter put Excel B id variable as Filter criteria
4.Write range in Excel A - use stored datatable variable
I understand all except step 4. Could you elaborate a little?
I don’t have to write the whole datable, only specific cells of excel B in specific columns of excel A.
The Read Range reads the data and stored into a datatable. But the “Copy Data” is stored the data into a clipboard. it considers only the cell range. even if it is an un-formatted data.