Problem: All the names are entered as one name into one column
Example: "Jay Money" instead of "Jay" and "Money" in separate columns
Solution: Text to Columns command
- Insert a blank column (or several--one for each additional column you want the single column split into) to the right of the one you are dividing.
- Highlight the column where the names are in the spreadsheet.
- Go to the Data tab at the top of your page.
- Choose Text to Columns.
- Make sure Delimited is selected and click NEXT.
- If the names are entered with just a space between then check only SPACE; if they are separated by a comma and a space, then check both COMMA and SPACE.
- Click NEXT.
- Then FINISH.
Example: "Jay" and "Money" instead of "Jay Money" in a single column
Solution: Concatenate function
- Insert a blank column to the right of those you are combining.
- Highlight the top cell in that empty column that is in the first row where data is contained.
- Type (just the bolded part--no outside quote marks) "=concatenate(".
- When your cursor is just to the right of the open parenthesis, use your mouse to select the first cell (first name) to be joined into one large text cell.
- Excel will automatically put the location of the cell into the parentheses.
- Type (just the bolded part--no outside quote marks) "," ",".
- Use your mouse to select the second cell (last name) to be joined into one large text cell.
- Hit enter and the formula with produce an output of "First name Last name"
- Click and drag down the lower right hand corner of the box to repeat the function for any other cells.
No comments:
Post a Comment