Hi, I have a robot that transforms a csv to excel. Then move and delete some columns (with BalaReva Easy Excel Package). So far so good. Now I should add subtotals, but I can’t understand how. Could anyone help me out?
Thanks
S.
1 Like
Hi @spm1973
You can write a cell =SUM(A1:A10). calculate the number if rows and write formula to last cell. datatable.rows.count to get the number of rows in a datatable
Regards
Roshan
NB: Mark as solution if found useful