I have some FILTER functions lined up in the grey cells shown below.
The problem is that when data changes, oftentimes Sheets will leave behind ghost values that need to be manually deleted. There's no way I can keep doing that. It's totally breaking the functionality of my spreadsheet.
The only valid FILTER result is in Column M shown below. You can tell because there's actually a value in the grey cell.
How can I get around this glitch? Is there a way to force these formulas to refresh or something? I tried SpreadsheetApp.flush(); and that didn't do anything.
SpreadsheetApp.flush()so maybe you have some Apps Script going on behind the scenes, are you able to share that? - iansedano