+ Reply to Thread
Results 1 to 4 of 4

How to take data from one sheet and rearrange it onto another sheet in specific layout.

  1. #1
    Registered User
    Join Date
    01-14-2015
    Location
    Gauteng, South Africa
    MS-Off Ver
    2007
    Posts
    2

    Lightbulb How to take data from one sheet and rearrange it onto another sheet in specific layout.

    Hi All,

    Basically I have an excel sheet of data, and I would like to represent this data in other layout (template) so that it is easier for a someone to read.

    The basic two functions it must do:

    a) able to only pull the necessary data
    b) able to select a different column of data when referring to it.

    I've attached a small example of what i'm trying to achieve more or less.

    Any help will be greatly appreciated, ive tried Index, Match, V and Hlookup functions and just cant come right.

    Regards,

    Jason

    Example.xlsx

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: How to take data from one sheet and rearrange it onto another sheet in specific layout

    See attached. Formulas in yellow highlighted range

    The formulas vary across the 3 sets due to differing ranges
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: How to take data from one sheet and rearrange it onto another sheet in specific layout

    K11=IFERROR(INDEX($A:$A,SMALL(INDEX(((LEFT($A$4:$A$24,3)<>"set")+(INDEX($A$4:$H$24,,MATCH(M$10,$3:$3,0))="")=2)*10^10+ROW($C$4:$C$24),0),ROW($A1))),"")

    L11=IFERROR(IF(VLOOKUP(K11,$A$4:$H$24,2,0)=0,"",VLOOKUP(K11,$A$4:$H$24,2,0)),"")

    M11=IFERROR(IF(VLOOKUP(K11,$A$4:$H$24,MATCH(M$10,$3:$3,0),0)=0,"",VLOOKUP(K11,$A$4:$H$24,MATCH(M$10,$3:$3,0),0)),"")

    TRY THE ABOVE AND COPY TOWARDS DOWN
    Attached Files Attached Files
    Last edited by samba_ravi; 01-14-2015 at 04:03 AM.
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Registered User
    Join Date
    01-14-2015
    Location
    Gauteng, South Africa
    MS-Off Ver
    2007
    Posts
    2

    Re: How to take data from one sheet and rearrange it onto another sheet in specific layout

    Hi Ace_XL

    The example you sent looks great, thanks so much. Ill give it a bash with the real data and hopefully I come right. Ill Keep you updated!

    I see you also used a combination of Small, Index, Match and Row functions. I was playing around with these and just got no where. Ill see if I can make sense of what you did

+ 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: 07-10-2013, 02:33 PM
  2. [SOLVED] Populate summary sheet with values within specific month column on data sheet...
    By blue91 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-12-2013, 12:11 PM
  3. [SOLVED] Copy and paste data from sheet 2 to sheet 1 based on specific criteria on sheet 1
    By VBADUD in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-05-2012, 04:18 AM
  4. extract a range of data from one sheet to another and rearrange
    By aygw in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-25-2010, 06:46 AM
  5. In EXCEL copy sheet layout to another sheet
    By Stan in forum Excel General
    Replies: 2
    Last Post: 02-01-2006, 03:10 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