I'm having trouble when I try to sum one whole column. The outcome is that it's performing a calculation line by line instead of on the two summed columns.
Instead of summing Total_proceeds and Market_Value and dividing the two totals, it's summing line by line and performing the division calculation on each line which is giving me an incorrect answer.