+ Reply to Thread
Results 1 to 4 of 4

Copy column to rows in another sheet

  1. #1
    Registered User
    Join Date
    09-27-2012
    Location
    Silicon Valley
    MS-Off Ver
    Office 365 for Mac
    Posts
    4

    Copy column to rows in another sheet

    I have a column of values extracted from a larger array. I would like to automatically copy the _values_ into a row on another sheet, but with the last item in the column into the first column of the row. I have tried various forms of INDEX, INDIRECT, and TRANSPOSE, but have not found an answer. Can't use Macros and VBA because my friend's Excel won't handle them
    A sample 2-sheet workbook is attached.
    Any suggestions gratefully received.
    Attached Files Attached Files

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: Copy column to rows in another sheet

    Hey OldExcelGuy, welcome to the forum,

    See if the attached does enough of what you need. See the formula on the first cell of sheet2 and pull it across.

    Column to Row Reversed.xlsx

    There will be some younger guy who will have a better formula than mine in awhile. If you give a better example file, we can give you a better answer.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: Copy column to rows in another sheet

    If you want to avoid volatile functions, you can put this formula in B3 of Sheet2:

    =INDEX(Sheet1!$A:$A,COUNTA(Sheet1!$A:$A)-COLUMNS($B:B)+1)

    then copy across as required.

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    09-27-2012
    Location
    Silicon Valley
    MS-Off Ver
    Office 365 for Mac
    Posts
    4

    Re: Copy column to rows in another sheet

    [Solved] Thanks, Pete.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Copy rows with matching first column value into another sheet
    By dubcap01 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-01-2015, 04:38 AM
  2. [SOLVED] Copy Column A data to Sheet 2 where rows matches Sheet 2 headers
    By SCDE in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-19-2015, 12:14 AM
  3. [SOLVED] Copy rows from active sheet to another sheet (last row) if condition in column X is met
    By mortless in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-17-2013, 08:11 AM
  4. [SOLVED] Copy rows to new sheet based on value in Column 1
    By lzrdlvr in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-12-2013, 09:15 AM
  5. Replies: 3
    Last Post: 01-30-2013, 04:32 PM
  6. copy rows to new sheet based on column value..
    By wardga in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 09-29-2010, 07:44 AM
  7. Copy rows into sheet according to entries in Column
    By Hblbs in forum Excel Programming / VBA / Macros
    Replies: 22
    Last Post: 03-16-2009, 10:56 AM

Tags for this Thread

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