<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:erack@redhat.com" title="Eike Rathke <erack@redhat.com>"> <span class="fn">Eike Rathke</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - TEXTJOIN and CONCAT ignore transposition of arrays passed to them"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=109409">bug 109409</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>mikekaganski@hotmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - TEXTJOIN and CONCAT ignore transposition of arrays passed to them"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=109409#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - TEXTJOIN and CONCAT ignore transposition of arrays passed to them"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=109409">bug 109409</a>
              from <span class="vcard"><a class="email" href="mailto:erack@redhat.com" title="Eike Rathke <erack@redhat.com>"> <span class="fn">Eike Rathke</span></a>
</span></b>
        <pre>@Mike:
Can you please test this in Excel?
Values in A1:B2 (a1,b1,a2,b2)
Formula: =TEXTJOIN(",";;TRANSPOSE(A1:B2))
Result is
1) "a1,b1,a2,b2"
or
2) "a1,a2,b1,b2"

My guess is #2.

Similarly, an inline array
=TEXTJOIN(",";;{"a1","b1";"a2","b2"})
where the array column separator is , comma and the array row separator is ;
semicolon IMHO should return "a1,b1,a2,b2" (which in Calc currently returns
"a1,a2,b1,b2").</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>