+ Reply to Thread
Results 1 to 3 of 3

Help a novice format vast amounts of data.. please!

  1. #1
    Registered User
    Join Date
    07-12-2017
    Location
    Cincinnati, Ohio
    MS-Off Ver
    2016
    Posts
    4

    Question Help a novice format vast amounts of data.. please!

    Hello all,

    For my work I am trying to take excel data from an experiment and format it for use in a different program. I think what I need to do is straightforward enough, but I don't know the functions or have the excel terminology to find the solution online. I'd really appreciate it if you can suggest some simple formulaic solutions (no VBA codes or outside apps) so that I don't have to reformat the document piece by piece.


    I recreated a simple model to show what I'm trying to achieve. B3:B5 are three pieces of data related to T1, so they need to be transposed into cells E3, F3, and G3. Then C3:C5 would transpose to H3:J3, and D3:D5 to K3:M3. This would condense the information from three separate rows into one. The same would then happen to B6:B8, C6:C8, D6:D8 and so on down the rows. Overall there are about 1400 rows of data that need to be reformatted into 33 columns, so any help that keeps me from doing it bit by bit would be great.

    current.png
    Current set-up

    desired result.png
    Desired format

    I'm thinking I will have to use transpose and arrays, and hopefully someone knows a formula that I can extend across the 33 columns, then copy and paste into other rows and have excel recognize the pattern to hopefully be able to drag/extend it all the way down through the 1400. Any suggestions are appreciated!

  2. #2
    Forum Expert
    Join Date
    04-01-2013
    Location
    East Auckland
    MS-Off Ver
    Excel 365
    Posts
    1,347

    Re: Help a novice format vast amounts of data.. please!

    You could just create a pivot table.
    maybe add a column to the left of the 100 one that says something like
    Please Login or Register  to view this content.
    and use that as a column header to make it easy
    If you want something done right... find a forum and ask an online expert.

    Time flies like an arrow. Fruit flies like a banana.

  3. #3
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 365
    Posts
    2,406

    Re: Help a novice format vast amounts of data.. please!

    Consider your table is on Sheet1 from ranges A3 to M2, put this on Sheet2 on cell A2 and copied down :
    =IFERROR(INDEX(Sheet1!$A$3:$A$14,MATCH(0,INDEX(COUNTIF($A$1:A1,Sheet1!$A$3:$A$14&""),0,0),0)),"")

    And put this on Sheet2 cell B2 and copied down and cross :
    =IF(AND(COLUMNS($A$1:A1)>=1,COLUMNS($A$1:A1)<=3),IFERROR(INDEX(Sheet1!$B$3:$B$14,(ROWS(A$1:A1)-1)*3+COLUMNS($A$1:A1)),""),IF(AND(COLUMNS($A$1:A1)>=4,COLUMNS($A$1:A1)<=6),IFERROR(INDEX(Sheet1!$C$3:$C$14,(ROWS(A$1:A1)-1)*3+COLUMNS($A$1:A1)-3),""),IF(AND(COLUMNS($A$1:A1)>=7,COLUMNS($A$1:A1)<=9),IFERROR(INDEX(Sheet1!$D$3:$D$14,(ROWS(A$1:A1)-1)*3+COLUMNS($A$1:A1)-6),""))))
    Attached Files Attached Files

+ 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] HELP - This Macro works on small amounts of data but fails on large amounts
    By BookmanNLA in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-18-2015, 12:40 AM
  2. How to quickly spot a chart in a vast data set
    By tungle in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 03-24-2011, 11:38 AM
  3. Handling a vast matrix of numbers
    By HVFTBMN in forum Access Tables & Databases
    Replies: 5
    Last Post: 04-30-2009, 12:46 AM
  4. How to format numbers into amounts
    By valdogg06 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-13-2008, 03:34 PM
  5. Converting cost price to retail in vast array
    By dstooch in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-30-2006, 08:15 PM
  6. [SOLVED] Format dollar amounts for check printing
    By dford in forum Excel General
    Replies: 2
    Last Post: 11-20-2005, 08:20 AM
  7. How can I sum only amounts that are in BOLD format within a column
    By Wanda in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 03-11-2005, 04:06 PM

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