+ Reply to Thread
Results 1 to 2 of 2

How to Transform data quizz?

  1. #1
    Forum Contributor
    Join Date
    12-20-2016
    Location
    Uzbekistan
    MS-Off Ver
    2016
    Posts
    189

    Question How to Transform data quizz?

    Dear Excel Pro's,

    Could You please, help me with transforming my data from A) form to b) form,
    photo_2018-06-12_18-54-41.jpg
    Thank You
    Attached Files Attached Files
    Last edited by tta.akmal; 06-12-2018 at 10:04 AM. Reason: more information

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

    Re: How to Transform data quizz?

    Bit of overkill on your part since the values below 5610 and 4310 are the same, and that pattern follows throughout the table

    Nevertheless

    in L2
    =INDEX($C3:$C1000,(COLUMN()-12)*5+1,1)
    and copy across the row

    in K3
    =INDEX(B$3:B$1000,(ROW()-3)*5+1,1)
    and copy down

    in L3
    =IF(L$2=INDEX($C$3:$C$1000,(ROW()-3)*5+1,1),INDEX($C$3:$C$1000,(ROW()-3)*5+2,1),"")
    and copy across and down
    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.

+ 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. Need Help: Transform Column to Row Data
    By inal30 in forum Excel General
    Replies: 2
    Last Post: 08-29-2013, 09:07 AM
  2. VBA to Transform and format data
    By rggovani in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-14-2013, 09:18 AM
  3. VBA quizz help
    By iontud in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-04-2013, 10:21 AM
  4. transform irreguler data with vba?
    By webmeup in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-16-2013, 09:55 PM
  5. Transform Data Set
    By whitehead6682 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-16-2011, 09:17 AM
  6. Transform the format of data
    By caldera55 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-17-2008, 01:20 PM
  7. Transform Data from A1,b1,C1 to A50,A51,A52
    By rizmomin in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-29-2007, 05:33 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