Can anyone help me understand how to stop appsheet from adding arrayformula to the expressions in my excel sheet
It adds them to all the cells with an excel expression in them, for example this is one expression
=MAX(IF(A2='Forecast Log'!A:A,'Forecast Log'!C:C))
after re-generating the schema, appsheet won't stop wrapping my expressions in arrayformula , and since it is not supported in excel the entire app falls apart giving the error NAME? in these cells
Can anyone help
Here are a few workarounds to fix the issue:
Update your formula:
=MAX(IF(A2=ForecastA,ForecastC))
Let me know if you need help implementing any of these
User | Count |
---|---|
18 | |
11 | |
7 | |
5 | |
5 |