14387 shaares
5333 private links
5333 private links
1 result
tagged
pdf
You can use this code as the custom calculation script of Sum16:
var total = 0;
for (var i=1; i<=15; i++) total+=Number(this.getField("Milage 54mileRow"+i).valueAsString);
event.value = total * 0.54;