how I union this 3 text arrays ?
example:
A = array("mary", "john")
B = array("Peter")
C = array("Roger")
How to do the D array?
D = A + B + C
thanks
Marina
how I union this 3 text arrays ?
example:
A = array("mary", "john")
B = array("Peter")
C = array("Roger")
How to do the D array?
D = A + B + C
thanks
Marina
I think you mean connect. try in cell D the following: ==A1&" "&B1&" "&C1
Or use the Concatenate function.
Hope this helps
Gilles
"Marina Limeira" <marinalimeiraa@yahoo.com.br> wrote in message
news:ej%23lw2SHGHA.3408@TK2MSFTNGP12.phx.gbl...
> how I union this 3 text arrays ?
>
> example:
>
> A = array("mary", "john")
> B = array("Peter")
> C = array("Roger")
>
> How to do the D array?
>
> D = A + B + C
>
> thanks
>
> Marina
>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks