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
Use Add Data Column Activity to add the column to the existing dataTable.
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.