How to Autofill by Using UIPATH

As you can see in the image, there are information from Cell B2:C17
And by using “Write Cell” in UiPath, I made A2 cell “=B2&C2”.

When I use Excel and double click the Fill Handle at A2 cell, it automatically makes every formula. For example, A3 cell to “=B3&C3”.

Is there any way that I can use UiPath and put the double click function.
If there is other way to make Formula from A2:A600, you can give me advice freely.

@goag2413,

Use Fill Range activity for this.

1 Like

Hi @goag2413

Use the AutoFill Range activity :

  1. Use Write Cell to enter =B2&C2 in A2.
  2. Use AutoFill Range, set Source Range as A2, and Fill Range as A2:A600.

Hey @goag2413 i"m attaching sample workflow that will help you.
on auto filling method
Auto fill Range (2).zip (123.6 KB)

cheers

Hello @goag2413 welcome to the forum comunity,
For your query you can autofill using “write cell” Activity only if you know the count of the rows in your excel.

Please refer bellow screenshot for more understanding

Do let me know if you have any further doubts, or if it helps mark it as solution so that it helps other as well.

Happy Automation.

Hi @goag2413 , You can use excel activities to achieve your task. Please replicate the steps from the image attached.