I am currently using the Flexible Budgets script but I want to make some tweaks within the spreadsheet. I am wanting to add a column for MTD Spend, so I can get a pacing % based off the total budget per campaign. I am achieving this by using the following array formula "=ARRAYFORMULA({{"MTD Spend"};IF($C5:$C="",,VLOOKUP($C5:$C, 'MTY Data Import'!$C:$E, 3, false))})" from another tab to get the MTD Spend. When I do this, I get the following account selector error "Exception: One of the conditions in the query is invalid. (file Code.gs, line 40)". But if I manually enter the amounts, I do not get this error. Thoughts? Thank you.