ended up abandoning the 2xArray and decided to just loop through each value for a given row/column - so far, so good.
One odd thing - the columns wouldn't total until I placed that loop first - any ideas on why that would be?
Javascript
Code:
function calculate(col, row){
var numericExpression
Leave a comment: