+ Reply to Thread
Results 1 to 3 of 3

Separate contents of columns to its own sheet

  1. #1
    Registered User
    Join Date
    08-11-2021
    Location
    TX,USA
    MS-Off Ver
    2016
    Posts
    2

    Separate contents of columns to its own sheet

    Hello,
    I am trying to to separate my contents of a column to its own sheet. Is there an easier way to do it rather than filtering by name and copy pasting to new sheet.
    In the sheet attached. i want to Region Alex to have its own sheet and Region Brouge to have it own other sheet.
    Currently I filter region by Alex first, copy the data and paste it to a new sheet and same for 17 other regions.

    Any help would be greatly appreciated.

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,783

    Re: Separate contents of columns to its own sheet

    alex

    A2=IF(COLUMNS(alex!$A$2:alex!A2)<=2,IFERROR(INDEX(Sheet1!A$2:A$100,AGGREGATE(15,6,ROW(Sheet1!A$2:A$100)-ROW(Sheet1!A$2)+1/(Sheet1!$A$2:$A$100="alex"),ROWS(Sheet1!$A$2:Sheet1!$A2))),""),"")

    Copy across and down

    brouge

    A2=IF(COLUMNS(brouge!$A$2:brouge!A2)<=2,IFERROR(INDEX(Sheet1!A$2:A$100,AGGREGATE(15,6,ROW(Sheet1!A$2:A$100)-ROW(Sheet1!A$2)+1/(Sheet1!$A$2:$A$100="brouge"),ROWS(Sheet1!$A$2:Sheet1!$A2))),""),"")

    Copy across and down
    Attached Files Attached Files

  3. #3
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    Australia
    MS-Off Ver
    365 V2403 and WPS V2022
    Posts
    3,427

    Re: Separate contents of columns to its own sheet

    Define a name : name

    formula

    HTML Code: 

    worksheet name : alex
    Cell A2 formula , Drag down and across

    HTML Code: 

    Copy Worksheet name : alex
    Ranges A2:15 to worksheet name brouge
    Attached Files Attached Files
    Last edited by wk9128; 08-12-2021 at 08:48 PM.

+ 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. Compare a cell to the contents of two columns, output conflicts to a separate cell
    By Solaire in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-14-2019, 12:37 PM
  2. [SOLVED] VBA Code to copy specific contents from 2 text files to separate excel columns
    By Miteshkg in forum Excel Programming / VBA / Macros
    Replies: 21
    Last Post: 02-22-2016, 03:31 AM
  3. [SOLVED] Lookup two columns in separate sheet
    By froggeja in forum Excel General
    Replies: 3
    Last Post: 05-10-2015, 05:40 PM
  4. [SOLVED] Match Multiple Columns from Separate Sheet to get separate column.
    By gvitoro in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-19-2014, 03:38 PM
  5. Distribute columns to separate rows in new sheet
    By knutfh in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-27-2013, 04:45 AM
  6. Excel 2007 : Split Cell Contents into Separate Columns
    By slkamath in forum Excel General
    Replies: 1
    Last Post: 01-01-2010, 12:52 AM
  7. get range from excel sheet of separate columns using c#
    By kobycool in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-22-2006, 10:10 AM

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