addition "IF" rule effect on view calculation time
Posted: Thu Jan 31, 2013 3:21 pm
Hello, forum!
We use IF statement to close some cells from other rules apply.
after that we set calculation rule
Calculation time of these two rules about two times larger than applying only second rule (50 sec vs 30 sec). Is it normal (or even ever possible) behavior? Or maybe we are using extremely ineffective syntax?
We use IF statement to close some cells from other rules apply.
Code: Select all
..=N: IF (<statement>, 0, continue);
Code: Select all
..=N: <complicated rule that calculates some value>;