So here in 2020Pol and 2022 Pol I have already data now i want to add data to the same cell not replacing but by adding
Eg
2020Pol is having data 22.50 in one cell now i have a value 20 to add in the same cell so i need an output like 42.50 in the cell.
Is it possible to use excel properties to invoke in UiPath to get the solution instead of reading the entire sheet and adding the data in the cell separately and again write it.
What is the logic in identifying what value to add. In the above example - you are adding 22.5 + 20. How to derive this 20. Is this also something available in the same sheet or a hard coded value?
@Gokul_Murali You can use the “Get Cell Value” activity to retrieve the cell’s value, add the required amount to it, and then update the cell using the “Write Cell” activity.