Forum

Change column to ro...
 
Notifications
Clear all

Change column to row with offset?

2 Posts
2 Users
0 Reactions
107 Views
(@alib40)
Posts: 113
Estimable Member
Topic starter
 

How can I convert a single column with multiple rows eg

13
15
16
17

to multiple column on single row eg

13   15   16   17

I know we can use the offset to convert multiple column to single column multi row - is it possible the other way around.   A pivot table is not an option for me.

 

Thanks

 
Posted : 04/01/2019 10:43 am
Philip Treacy
(@philipt)
Posts: 1629
Member Admin
 

Hi Alison,

You can use the Transpose function as explained here:

https://support.office.com/en-us/article/transpose-function-ed039415-ed8a-4a81-93e9-4b6dfac76027

Use OFFSET to get the range and then wrap it in TRANSPOSE.

Regards

Phil

 
Posted : 04/01/2019 6:40 pm
Share: