COUNT.IF built-in functions in Google Sheets do not update calculations after my script run.
The script (invoked by a custom push button) take values from an input mask (in another sheet), in order to insert a line in the summary sheet, which is fed by input mask data. In another sheet, where a series of COUNT.IF formulas should report the current situation, nothing happens. The only way to refresh data is manually copying formula from another cell.
Auxiliary Notes:
- main menu automatic calculations option is regularly set.
- I inserted in the script the re-copying of all COUNT.IF formulas and the FLUSH instruction, but never changed.
- The COUNT.IF formulas not updating are pointing to dates, which are converted into strings, since there are strings in the summary table to be counted. I am afraid this is crucial, because other COUNT.IF formulas not involving dates regularly update.
How can I get an automatic refresh of such COUNT.IF column or what am I getting wrong?
Update required by TheMaster: below the capture of the formula. (I am sorry for the "italian" but I think so is enough clear).
- Formula in F3
- "COUNT.IF" is in italian "CONTA.SE", while "SE" stands for "IF".
- Dates are in the B column, and are pointed by the F column formulas in order to be converted into text and counted in the "colAppuntamenti" summary range.