1
Answer

How do i sum the value from each column from last row

Istudent Rana

Istudent Rana

6y
833
1
How do i sum the value from each column from last row of data table.
i have a datatable which last row has total number for each product. for example column_Apple total apple in last row has 5, column_Orange total orange in last row has 10.
Now i need to sum up total fruits totalApple + totalOrange and print out.
Answers (1)