Hi! I would like to know how to make the sum of an specific column in a Data Table.
The dataTable takes the values from an excel and these are the output columns
I want to make the sum of the “Invoice Amount” column.
Also the name of that coumn is variable, so how to make the sum of the column wich name is stored in a variable?
Thanks it worked!
One thing more, how can I convert the resulted number into only 2 decimals?
The result of the sum is 678544.900000086
how cpuld I end only with 678544.90?