I was wondering if there was a way to return the contents of a column but skip the blank rows to better utilize the space.
I have tried researching this, but have not found anything. Every solution I found copied the words but would not remove the empty rows.
| A | B | C | |
|---|---|---|---|
| 1 | Original | Desired Result | |
| 2 | word 1 | word 1 | |
| 3 | word 2 | ||
| 4 | word 2 | word 3 | |
| 5 | word 3 | word 4 | |
| 6 | word 5 | ||
| 7 | word 4 | ||
| 8 | |||
| 9 | |||
| 10 | word 5 |