mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
count num of lists by viewUrl rather than name
This commit is contained in:
parent
175a8e7f5c
commit
7bc69b28cb
1 changed files with 1 additions and 1 deletions
|
|
@ -458,7 +458,7 @@ function copyListNamesToStatuses(sheetData, sheetStatuses) {
|
|||
}
|
||||
|
||||
function getNumLists(sheetData) {
|
||||
var listHeaderData = findColumnHeader(sheetData, "list");
|
||||
var listHeaderData = findColumnHeader(sheetData, "viewUrl");
|
||||
var listData = sheetData.getRange(listHeaderData + "2:" + listHeaderData);
|
||||
for (i = 1; i <= listData.getNumRows(); i++) {
|
||||
if (!(listData.getCell(i, 1).getValue())) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue