Let's assume that you have the following table in Excel:
| Erik | |||
|---|---|---|---|
| Jeff | |||
| Elon | Elon | ||
| Jeff | Bill |
If you want to stack all items in one column:
ctrl + A to select all the columnsYou'll have the following result:
| Atributte | Value |
|---|---|
| Columna1 | Erik |
| Columna3 | Jeff |
| Columna1 | Elon |
| Columna2 | Elon |
| Columna2 | Jeff |
| Columna4 | Bill |
Result:
| Value |
|---|
| Erik |
| Jeff |
| Elon |
| Bill |
Hi, I'm Erik, an engineer from Barcelona. If you like the post or have any comments, say hi.