You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you have inputs that can modify cells with formulas containing INDEX or OFFSET, you don't want to pre parse your formula to clean the volatiles.
So you need to able to calculate entirely your workbook (even if it takes a great amout of time).
Currently, this is not possible and leads to evaluation errors due to bad parsing of ":" characters.
A generic mode addressing this case needs to be available.
The text was updated successfully, but these errors were encountered:
When you have inputs that can modify cells with formulas containing
INDEX
orOFFSET
, you don't want to pre parse your formula to clean the volatiles.So you need to able to calculate entirely your workbook (even if it takes a great amout of time).
Currently, this is not possible and leads to evaluation errors due to bad parsing of ":" characters.
A generic mode addressing this case needs to be available.
The text was updated successfully, but these errors were encountered: