BY2018 Rollover Bug Fix 001 (manual fix below - will be included in the next distributed package)
Table: Summary of Funding (BY2018)
Category: Master Plan-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 Plan 2015").Value;
count[count.length] = getCell("FUND: Master Plan 2016").Value;
count[count.length] = getCell("FUND: Master Plan 2017").Value;
count[count.length] = getCell("FUND: Master Plan 2018").Value;
count[count.length] = getCell("FUND: Master Plan 2019").Value;
count[count.length] = getCell("FUND: Master Plan 2020").Value;
count[count.length] = getCell("FUND: Master Plan 2021").Value;
count[count.length] = getCell("FUND: Master Plan 2022").Value;
var total = null;
//if not null - add counts to total