Jeffrey Mahoney
Well-known Member
- Joined
- May 31, 2015
- Messages
- 3,130
- Office Version
- 365
- Platform
- Windows
How efficient is the IFS function. When I evaluate a formula with IFS, it seems to evaluate all the pairs of logical tests and values BEFORE providing the result even though the the first logical test is true. Is that true for the real calculation or is that a bug/feature of the evaluate formula tool?
Nested IF statements may have there place but are much harder to read. Is the IFS function less efficient?
@Fluff
Nested IF statements may have there place but are much harder to read. Is the IFS function less efficient?
@Fluff
Formula add on new FunctionFluff said: "Personally I would avoid using the IFS function on something like this as it is less efficient (and therefore slower) than nested IF functions."