Skip to content

Instantly share code, notes, and snippets.

@iosifnicolae2
Created February 14, 2018 15:46
Show Gist options
  • Save iosifnicolae2/2751f1db0969245d6ef937c45cecb1c1 to your computer and use it in GitHub Desktop.
Save iosifnicolae2/2751f1db0969245d6ef937c45cecb1c1 to your computer and use it in GitHub Desktop.
How can you paste multiple line content to a single cell in excel?
## How can you paste multiple line content to a single cell in excel?
- save Word file as `txt` document:
```
Example
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
Components:
- Component 1
- Component 2
- Component 3
Features:
• Feature 1
• Feature 2
• Feature 3
```
- double click on the cell where you want to copy to
- then press CTRL+V to paste the content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment