https://bugs.documentfoundation.org/show_bug.cgi?id=147024
m.a.riosv <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |NOTABUG CC| |[email protected] | |rg --- Comment #2 from m.a.riosv <[email protected]> --- You are misunderstanding how RIGHT() works, please take a look to the help. https://help.libreoffice.org/latest/en-US/text/scalc/01/04060110.html?DbPAR=CALC#bm_id3149805 You can do it using right: =RIGHT(A12;LEN(A12)-(FIND(" ";A12))) or in your way with mid: =MID(A12;FIND(" ";A12)+1;99) Please in the future better find help in https://ask.libreoffice.org/c/english/5 -- You are receiving this mail because: You are the assignee for the bug.
