Thursday
Nov172011
Excel swap vertical cells to horizontal cells
Thursday, November 17, 2011 I am not sure where I picked up this Excel tip, but it saved me some time.
Let’s say you have data in Excel that is currently laid out vertically:
1.2
2.3
3.4
5.6
and you want to change it to be laid out horizontally as such:
1.2, 2.3, 3.4, 5.6
You can do so by:
- Copy (CTRL+C) the original data.
- Select a cell where you want your new data to be inserted to
- Select the edit menu > Paste Special and check the Transpose tickbox. If you fancy shortcut combination keys, you can get there with ALT+E, S, ALT+E.
- Voila, your new data will be pasted and transposed from vertical to horizontal.
Jared |
Post a Comment |
Reader Comments