https://bugs.documentfoundation.org/show_bug.cgi?id=172820
--- Comment #4 from nobu <[email protected]> --- The primary points of contention appear to be two issues: * compatibility with Excel While user-defined named formulas maintain compatibility easily, defining it as a built-in function may potentially lose these advantages. * Functionality of LAMBDA functions The very purpose of LAMBDA functions is to enable easy creation of such specialized functions. Unfortunately, these two points are sufficient reasons to reject this proposal. Even in the event of rejection, it would be beneficial to include sample formulas in the help documentation. IFOMITTED : =LAMBDA(x;v;IF(ISOMITTED(x);v;x)) -- You are receiving this mail because: You are the assignee for the bug.
