+ Reply to Thread
Results 1 to 6 of 6

Organize data into columns

  1. #1
    Registered User
    Join Date
    07-25-2018
    Location
    Craiova,Romania
    MS-Off Ver
    Office 2013
    Posts
    3

    Organize data into columns

    Hi Everybody,

    Can someone please give me a solution to the below please?

    I have some alternating data similar to the below

    Picture1.png

    How can I put it into columns like below using formulas?

    Picture2.png

    Thank you!

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Organize data into columns

    "alternating data similar to"

    Your description of the data needs to be EXACT or I'm wasting my time.

    How many columns wide is this data? It appears to be 8. Is that correct or is it some other figure?
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Organize data into columns

    With data starting in Sheet1!A1 and
    assuming this data is 8 columns wide

    in Sheet2!A1
    =INDEX(Sheet1!$A$1:$H$3,MOD(COLUMN(),2)+INT((ROW()-1)/4),MOD((ROW()-1)*2+1,8))

    in Sheet2!B1
    =INDEX(Sheet1!$A$1:$H$3,MOD(COLUMN()-1,2)+INT((ROW()-1)/4),MOD((ROW()-1)*2+1,8)+1)

    and copy down the rows

  4. #4
    Registered User
    Join Date
    07-25-2018
    Location
    Craiova,Romania
    MS-Off Ver
    Office 2013
    Posts
    3

    Re: Organize data into columns

    Hi Special-K,

    Thank you for your answer!
    You are correct, the number of columns in the original data is 8.

  5. #5
    Registered User
    Join Date
    07-25-2018
    Location
    Craiova,Romania
    MS-Off Ver
    Office 2013
    Posts
    3

    Re: Organize data into columns

    Thank you Special-K!
    It works great.

  6. #6
    Registered User
    Join Date
    08-21-2018
    Location
    London
    MS-Off Ver
    office for Mac 16.15
    Posts
    10

    Re: Organize data into columns

    Great work

+ 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: 5
    Last Post: 04-03-2017, 02:28 PM
  2. Organize multiple rows and columns of data into a database format
    By smd71092 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-05-2016, 12:02 PM
  3. [SOLVED] Organize multiple columns into organised Labelled columns
    By ivanpersie in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-30-2015, 10:36 AM
  4. organize columns in a better format
    By travelmail26 in forum Excel General
    Replies: 10
    Last Post: 12-05-2014, 01:17 PM
  5. Replies: 2
    Last Post: 07-17-2012, 03:05 PM
  6. How do I re-organize the following data into simple columns?
    By fuc847 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-27-2009, 01:25 PM
  7. [SOLVED] Organize and sort columns
    By J in forum Excel General
    Replies: 2
    Last Post: 02-28-2005, 09:06 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