+ Reply to Thread
Results 1 to 4 of 4

Non consecutive Rows converted to columns on another worksheet?

  1. #1
    Registered User
    Join Date
    04-24-2014
    Location
    Las Vegas, NV
    MS-Off Ver
    excel 2010
    Posts
    2

    Non consecutive Rows converted to columns on another worksheet?

    Hi,
    I can't seem to find a thread that has this same request, so forgive me if this is redundant to one:
    I have a worksheet with a series of data in rows. Every 40th row is a sum of the previous forty rows.
    I have a second worksheet that in a series of columns uses the 40th row sums from the other sheet. So column 1 uses row 40, column 2 uses row 80 data, etc.
    Every time I update this, I create the new column using a copy and insert copied cells and then have to go to each field on the new column that uses this other worksheet to correctly update the formula for the new row. As when I do it this way, if Column 1 cell a1 formula said "worksheet2!A40, then the new column 2 cell b1 says "worksheet2!B40, where I want to make it be worksheet2!A80. I have tried highlighting a series of these corrected columns and dragging the formula over but still get a change in columns vs row from the other sheet.

    I am looking to see if there is a way to do something like (in layman's expression):
    (first column) worksheet 1, cell a1 = worksheet 2 cell A40
    (second column) worksheet 1, cell b1 = worksheet 2 Cell A80
    (third column) worksheet 1, cell c1 = worksheet 2 Cell (A80+40)
    etc
    Does that make sense. It may be simple but I am apparently an excel simpleton.
    Thanks

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Non consecutive Rows converted to columns on another worksheet?

    In A1 and copy right,

    =INDEX(worksheet2!$A:$A, 40*COLUMNS($A1:A1))
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    04-24-2014
    Location
    Las Vegas, NV
    MS-Off Ver
    excel 2010
    Posts
    2

    Re: Non consecutive Rows converted to columns on another worksheet?

    Fantastic. Thank you shg.

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Non consecutive Rows converted to columns on another worksheet?

    You're welcome.

+ 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. Replies: 10
    Last Post: 02-27-2013, 02:05 PM
  2. Replies: 6
    Last Post: 02-27-2013, 12:35 AM
  3. [SOLVED] Group consecutive rows with value = 0 in multiple columns
    By scott.s.fower in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-07-2012, 03:53 PM
  4. Replies: 2
    Last Post: 02-23-2012, 04:52 AM
  5. Transposing rows to non-consecutive columns macroo
    By fuchetj in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-27-2010, 01:48 PM

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