I have few excel files and all files have same sheets name but values inside sheets are different.
I want to read specific cell from all excel files and sumup them and then append that total value in other excel which is consolidated file
Can you pls help me…is it possible through Uipath
If yes can anyone pls provide me process
You can do it. Just take the values from the other sheets/cells and assign to variables and sum them up then write it back:
Example:
variableA = Sheet1Cell1
variableB = Sheet2Cell1