+ Reply to Thread
Results 1 to 4 of 4

OFFSET transposing error

  1. #1
    Registered User
    Join Date
    11-28-2016
    Location
    11226
    MS-Off Ver
    2013
    Posts
    2

    OFFSET transposing error

    I have one column with 5000+ rows of 'grouped' data (every 9 rows has 9 different data points for for an entity).

    I want to, sequentially, transpose them to columnar format with each data point having its own column.

    Using this 'OFFSET' formula, I was able to get it to work for the first group, but that's about it. Any insights on a formula I can use to achieve this?

    =OFFSET($A$1,(ROW()-2)*1+INT((COLUMN()-3)),MOD(COLUMN()-9,1))
    Attached Files Attached Files

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: OFFSET transposing error

    Hi,

    OFFSET (and INDIRECT, another popular choice for this type of solution) are volatile functions and so should be avoided if possible.

    =INDEX($A:$A,9*(ROWS(A$1:A1)-1)+COLUMNS($A1:A1))

    and copy across and down.

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Registered User
    Join Date
    11-28-2016
    Location
    11226
    MS-Off Ver
    2013
    Posts
    2

    Re: OFFSET transposing error

    That worked! * solved! Had no idea about the volatility, thank you!
    Last edited by 2deJulio; 12-07-2018 at 05:57 PM. Reason: forgot to mark solved

  4. #4
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: OFFSET transposing error

    You're welcome!

    Cheers

+ 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. Transposing Data using Offset function
    By sarah in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-08-2018, 06:14 PM
  2. OffSet Error
    By Logit in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 01-03-2017, 05:36 PM
  3. error using .offset
    By ammartino44 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-10-2015, 02:55 PM
  4. Transposing list of values with 6 zeroes in front to retain the zero after transposing
    By Lisa4legin in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-16-2013, 03:34 AM
  5. error with Formulas when transposing ito single cell
    By sonny.thind in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-20-2011, 03:04 PM
  6. Transposing error
    By brownstuff in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-21-2010, 08:29 PM
  7. error: ActiveCell.Offset(0, -1).Select = Application-defined or object-defined error
    By -[::::Shamran::::]- in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-07-2005, 10:05 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