<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:tietze.heiko@gmail.com" title="Heiko Tietze <tietze.heiko@gmail.com>"> <span class="fn">Heiko Tietze</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Feature request: Auto filling cells by example / context of neighbouring cells, aka "Flash Fill""
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=109003">bug 109003</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>tietze.heiko@gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Feature request: Auto filling cells by example / context of neighbouring cells, aka "Flash Fill""
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=109003#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Feature request: Auto filling cells by example / context of neighbouring cells, aka "Flash Fill""
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=109003">bug 109003</a>
              from <span class="vcard"><a class="email" href="mailto:tietze.heiko@gmail.com" title="Heiko Tietze <tietze.heiko@gmail.com>"> <span class="fn">Heiko Tietze</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>