If you want to combine text cells such as first & last name, if first name is
in B4 & last name is in C4, place your cursor in the cell where you want
combined info & use the function =B4&" "&C4 (if you want last name first then
a comma then first name, use =C4&", "&B4. You can combine numerous cells
this way, ie. =B4&" "&C4&" "&D4" " &E4. use the " " marks to place a space,
dash, or any other character between combined cells
Hope this helps