+ Reply to Thread
Results 1 to 2 of 2

moving x column values into x row values

  1. #1
    Registered User
    Join Date
    02-23-2006
    Posts
    3

    moving x column values into x row values

    Is there a easy way someone to point out to this excel newbie, how to take the values in of column A, B and C in sheet1 and turn them into row values. while displaying the empty row values as empty column values?

    So i would look like i rotated the sheet 90 degrees clockwise.

    Thanks!

  2. #2
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    If it is only values that you require any they do not need to be updated, copy the values and then paste special values and choose transpose,

    If the values need to be updated you would have to look at the offseft function and using column() and row() as the values for row and column this would swap the values

    =OFFSET($A$1,COLUMN()-4,ROW()-12)

    If the transposed data was to start in the cell D12 something like the above would work. Just copy the formula to the other cells in you new area

    Regards

    Dav

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1