Unable to sum value in data table

Hi @Nathan_Betters1

The column indexing in Data Table starts with 0.
So, for the 5th column use CurrentRow(4)
Also, If you want to add with the decimal digits you can convert the string to double instead of integer by using CDbl(CurrentRow(4))