[Libreoffice-bugs] [Bug 109003] Feature request: Auto filling cells by example / context of neighbouring cells, aka "Flash Fill"
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Jul 8 06:32:28 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=109003
Heiko Tietze <tietze.heiko at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tietze.heiko at gmail.com
--- Comment #1 from Heiko Tietze <tietze.heiko at gmail.com> ---
Example 1
=LEFT(A1,FIND(" ",A1)-1)
Example 2
=MID(A2,SEARCH(" [^ ]*$",A2,1)+1,1) & "." (RegEx has to be enabled in Tools >
Options; splitting names is always a tricky task and you likely fail like in
this example)
Example 3
Either use Find() repeatedly parametrized with the first occurrence of the
underscore or Search(). It's not completely clear if the string may contain
more than two underscores.
What I want to demonstrate is that Calc has powerful methods to do what you
want without automatic processing. The request is not defined precise enough to
get implemented. My take: WORKSFORME. May Q decide.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170708/bcc18be0/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list