- shortcut: =("beginning" & "before column value" & B2 & "after column value and end")
- formal: =Concatenate("beginning" & "before column value" & B2 & "after column value and end")
- Choose the cell where you want to combine the values.
- Type in:
- =(
- or
- =Concatenate(
- Type in the starting text surrounded by quotes "me" or choose a cell that contains the first text you want to combine like first name.
- Type &” “& (a space enclosed in quotation marks).
- Type in the next set of text surrounded by quotes "me" or click the next cell with the text that you want to combine like last name.
One other thing I ended up using was the Substitute command as well. It allowed me to replace semicolons with commas for comma delimited exports.
No comments:
Post a Comment