W
w8ting4hlp
I have first, middle, and last names in A, B, and C. I want to merge
everything into A. Ho do I do that?
everything into A. Ho do I do that?
GWB Direct said:=CONCATENATE (text1,text2,...)
Text1, text2, ... are 1 to 30 text items to be joined into a single text
item. The text items can be text strings, numbers, or single-cell references.
Remarks
The "&" operator can be used instead of CONCATENATE to join text items.