![]() |
Column to row
I have a list of food items in Column A. I want to convert these so that they
become entries in Row 1 instead. Can anyone advise how to do this? Thanks. Keith |
Column to row
Hi,
Select the data then edit|Copy then select a cell in row 1 outside the data range you just copied Edit|Paste Special - select transpose OK Mike "bollard" wrote: I have a list of food items in Column A. I want to convert these so that they become entries in Row 1 instead. Can anyone advise how to do this? Thanks. Keith |
Column to row
Hi,
Here is another approach if you want to retain the items in column A and if they change have the entries on row 1 change. Suppose your data is in A1:A5 then select B1:F1 and type, but don't enter the formula =TRANSPOSE(A1:A5) Then press Shift+Ctrl+Enter. -- If this helps, please click the Yes button. Cheers, Shane Devenshire "bollard" wrote: I have a list of food items in Column A. I want to convert these so that they become entries in Row 1 instead. Can anyone advise how to do this? Thanks. Keith |
Column to row
Hi again,
Here are two non-array formulas that also work: =INDEX($A1:$A5,COLUMN(A1)) =OFFSET($A1,COLUMN(A1)-1,) -- If this helps, please click the Yes button. Cheers, Shane Devenshire "bollard" wrote: I have a list of food items in Column A. I want to convert these so that they become entries in Row 1 instead. Can anyone advise how to do this? Thanks. Keith |
All times are GMT +1. The time now is 04:34 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com