Add new column to excel and apply ABS formula for its value

I have to add a new column to a given excel with column name “ABS” and then have to apply formula to generate its value, the formula should be “ABS(some cellvalue)”. Please advice how this can be done.

1 Like

@ui2507path

Use Add Data Column Activity to add the column to the existing dataTable.

https://activities.uipath.com/docs/add-data-column

1 Like

Thanks, got it resolved using AddDataColumn

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.