Hi,
I'm have 2 autofill fields on a basic sheet which was working up until yesterday afternoon , and now for some strange reason one of them has stopped working, and I'm also unable to add a new column with an identical formula.
Sheet Columns:
Likelihood - Number 1-5
Impact - Number 1-5
Level - Formula =IF(OR(ISBLANK(Likelihood1), ISBLANK(Impact1), "", Likelihood1* Impact1)
Rating - Forumla =IF(Level1 >= 15, "High", IF(Level1 >= 9, "Medium", IF(Level1 < 9, "Low")))
The formula for Level works fine and autopopulates when a new row is added
The forumal for Rating works if dragged down but doesn't autopulate if a new row is added and Likelihood & Rating are completed.
This is especially an issue if populating through web form or AppSheet.
Any ideas why it's no longer work.
Thanks !