BY2018 Rollover Bug Fix 002 (manual fix below - will be included in the next distributed package)
Table: Summary of Funding (BY2018)
Category: Master Acq-BR-Total_18
The javascript should read:
//declare variables and retrieve counts
var stat = getCell("Status");
var count = new Array();
count[count.length] = getCell("FUND: Master Acq 2015").Value;
count[count.length] = getCell("FUND: Master Acq 2016").Value;
count[count.length] = getCell("FUND: Master Acq 2017").Value;
count[count.length] = getCell("FUND: Master Acq 2018").Value;
count[count.length] = getCell("FUND: Master Acq 2019").Value;
count[count.length] = getCell("FUND: Master Acq 2020").Value;
count[count.length] = getCell("FUND: Master Acq 2021").Value;
count[count.length] = getCell("FUND: Master Acq 2022").Value;
var total = null;
//if not null - add counts to total