https://bugs.documentfoundation.org/show_bug.cgi?id=157797

Werner Tietz <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #1 from Werner Tietz <[email protected]> ---
In your Example-Sheet the Content of C2 is Text but not numeric!

So you have to change your Formula to one of:

```
=IFNA(C2 & NA(),"ok")

or 

=IFERROR(C2 + NA(),"ok")

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to