You are here:

Excel/Update data from rows to columns

Advertisement


Question
I have a spreadsheet of data in which the dates go down the rows and the info in the month goes across the column:
Jan  1
Feb  2
Mar  3
...

I need to get the data like this:
Jan Feb Mar
1   2   3

but want it to be able to auto complete like this because the spreadsheet is updated every month and I don't want to have to re-transpose the data every time.

Answer
Brad:

Let's assume your date is in cells A1 through B3.  I am assuming your months are in A column and the numbers are in B column.

1) Select cells A1:B3.
2) Select edit->copy
3) Select the cell you want to copy to...say D1
4) Select edit->paste special
5) Select "transpose" and click OK.

The data will fill in D1:F2 just like you are showing above.

Now, this may not be the solution you are looking for...if you want something more automatic...where you paste data into Cell A1:B3 and it automatically goes to D1:F2 by itself....

There is a TRANSPOSE() function that will do this.  It is an array formula and must be entered with CTRL-SHIFT-ENTER.

1) Select D1:F3
2) Type in =TRANSPOSE(A1:B3)
3) Press CTRL-SHIFT-ENTER

Now the data is populated by formula using A1:B3 as the source.

Please let me know if you have any additional questions!
About Excel
This topic answers questions related to Microsoft Excel spreadsheet (or workbook) stand-alone or Mircrosoft Office Excel including Excel 2003, Excel 2007, Office 2000, and Office XP. You can get Excel help on Excel formulas(or functions), Excell macros, charting in Excel, advanced features, and the general use of Excel. This does not provide a general Excel tutorial nor the basics of using a spreadsheet. It provides specific answers to using Microsoft Excel only. If you do not see your Excel question answered in this area then please ask an Excel question here

Excel

All Answers


Answers by Expert:


Ask Experts

Volunteer


Nathan Head

Expertise

Microsoft Excel questions related to advanced formulas, Pivot Tables, filters, forms, graphs, and just about anything else (EXCEPT Visual Basic Coding/Programming and Macros, I don't answer questions in those categories).


This expert requests a donation of $3 for questions answered to your satisfaction. Isn't $3 a value for this experts time?

Experience

I have been using spreadsheets since Lotus 1-2-3 was released. As a CPA, I use spreadsheets every day at work.

Education/Credentials
CPA, Texas

©2012 About.com, a part of The New York Times Company. All rights reserved.