Adding the Rows

Hello,

I am facing an issue, while getting the sum of the total columns.

For Instance,

  1. There is an excel file contains only 3 columns.
  2. I need to get the sum of those each rows into a result column.
  3. Add the result column to the excel.

Thank you in advance for any help you can provide.

Regards,
Geet M

Hi @iamgeet,

Please refer this xaml:
AddColumns.xaml (6.8 KB)

Sample output:
Data.xlsx (11.8 KB)

Change the file path and test it.

Thanks!