G
Guest
I need to add a space between data in a cell that is coming from multiple
links.
links.
jelm said:I need to add a space between data in a cell that is coming from multiple
links.
CLR said:='Doe, Jane'!AR6&" "&'Smith, Jane'!AR6&" "&'Smith, Joe'!AR6
or
='Doe, Jane'!AR6&", "&'Smith, Jane'!AR6&", "&'Smith, Joe'!AR6
or whatever other seperator you might desire...you get the idea.
Vaya con Dios,
Chuck, CABGx3
jelm said:='Doe, Jane'!AR6&'Smith, Jane'!AR6&'Smith, Joe'!AR6
What is entered in AR6 of each sheet is that person's name, Jane Doe etc...
The names are appearing in the linked cell as JaneDoeJaneSmithJoeSmith. Is
there a way to space names?