Closed Thread
Results 1 to 5 of 5

I have data want to rearrange in specific way any function available in excel.

  1. #1
    Registered User
    Join Date
    11-25-2021
    Location
    India
    MS-Off Ver
    2016
    Posts
    54

    I have data want to rearrange in specific way any function available in excel.

    I got data in excel I want to to rearrange in specific way any function available in excel the way I want rearrange data automatically.

    Data what I Have in excel.

    Screenshot 1.png


    Data what I want to rearrange.

    Screenshot 2.png


    excel data
    record.xlsx
    Last edited by meraz; 11-27-2021 at 02:51 AM.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,182

    Re: I have data want to rearrange in specific way any function available in excel.

    in G3

    =INDEX($A$3:$A$11,(ROWS($1:1)-1)*3+1)

    in H3

    =INDEX($D$3:$D$11,(ROWS($1:1)-1)*3+1)

    in I3

    =INDEX($C$3:$C$11,(ROWS($1:1)-1)*3+2)

    in J3

    =INDEX($C$3:$C$11,ROWS($1:1)*3)

    copy all down


    In F16

    =INDEX($B$15:$D$23,(ROWS($1:1)-1)*3+1,1)

    you should now be able to complete the second table.
    Last edited by JohnTopley; 11-27-2021 at 03:07 AM.
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Registered User
    Join Date
    11-25-2021
    Location
    India
    MS-Off Ver
    2016
    Posts
    54

    Re: I have data want to rearrange in specific way any function available in excel.

    Thank you very for much for helping, its worked for me. But I want to know why use *3 after rows function.
    In F16 its fine after that result is wrong.
    Last edited by meraz; 11-27-2021 at 03:18 AM.

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,182

    Re: I have data want to rearrange in specific way any function available in excel.

    *3 because each set of data is 3 rows: use "Formulas">>>"Evaluate Formula" to see how the INDEX works
    Attached Files Attached Files

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,740

    Re: I have data want to rearrange in specific way any function available in excel.

    Administrative Note:

    YOU HAVE ALREADY BEEN WARNED ABOUT THIS!

    Unfortunately, this is a duplicate thread, and you are allowed only ONE thread per issue here.

    Please see Forum Rule #5 about thread duplication.

    I am closing this thread, but you may continue here in the original thread: https://www.excelforum.com/excel-gen...matically.html
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 9
    Last Post: 11-27-2021, 05:35 AM
  2. [SOLVED] Rearrange data by using index function make it simple and easy.
    By meraz in forum Excel General
    Replies: 1
    Last Post: 11-26-2021, 10:36 AM
  3. how can rearrange data in excel
    By postingart003 in forum Excel General
    Replies: 1
    Last Post: 05-06-2020, 07:01 PM
  4. How to rearrange data in excel
    By dotorimook in forum Excel General
    Replies: 10
    Last Post: 05-10-2019, 03:34 PM
  5. [SOLVED] Rearrange excel data
    By izk630 in forum Excel Programming / VBA / Macros
    Replies: 34
    Last Post: 05-17-2017, 10:17 AM
  6. rearrange specific data on spreadsheet to match the rest of the spreadsheet. Is it possibl
    By baby_kay_2003 in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 11-04-2014, 07:46 PM
  7. Macro to import data from specific columns form csv and rearrange
    By tonyrobbo in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-21-2013, 02:01 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