https://bugs.documentfoundation.org/show_bug.cgi?id=170840
Werner Tietz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Werner Tietz <[email protected]> --- Hallo ``` Function Som( Liste ) As Double Dim s As Double If Isnumeric(Liste) Then Som=Liste Exit Function End If s=0 on error resume next For each entry in Liste s=s+som(entry) Next Som=s End Function ``` works for me, ( of course with #VALUE -Error in the target cell in matrix-context and some non numeric entry ) -- You are receiving this mail because: You are the assignee for the bug.
