+ Reply to Thread
Results 1 to 4 of 4

Help sorting a data base with new sheets

  1. #1
    Registered User
    Join Date
    07-27-2016
    Location
    USA
    MS-Off Ver
    2010
    Posts
    2

    Help sorting a data base with new sheets

    I am decent in excel but this one is beyond what I can do. Please help.

    I have a master worksheet of customers. I would like excel to create new sheets for each state listed in the specified column and name the sheet by what is in that column. Then automatically copy every row of cells into the new sheet(s) created. This should continue to happen as new customers are added to the list. I will try and attach a sample of our list.

    Please let me know if you have any questions or if I may of left some information out that you may need.

    Thank You
    Shawn
    Attached Files Attached Files

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Help sorting a data base with new sheets

    This is normally done using VBA. Here's a macro for parsing rows of data from one sheet to many sheets named for the same values in a specific column.It not only can parse the rows, it can create the sheets if they are missing. There is a sample sheet there where you can test this out.

    You would edit the macro so the vCol variable is pointing to the correct column where your states are listed.



    Then, you would simply run this macro any time you want to update all your individual state sheets.
    Last edited by JBeaucaire; 12-26-2019 at 03:56 PM.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    07-27-2016
    Location
    USA
    MS-Off Ver
    2010
    Posts
    2

    Re: Help sorting a data base with new sheets

    Thank You so much!

    That worked perfect JBeaucaire

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Help sorting a data base with new sheets

    Excellent, glad to hear.
    As it appears you've reached a conclusion, I've marked this thread SOLVED for you.
    FYI, this is done through the Thread Tools located above the first post in this thread. Thanks.

+ 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. Sorting data in different sheets
    By Evatar in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-21-2015, 01:44 PM
  2. Excel data base or access data base collection?
    By mcdonalds in forum Excel General
    Replies: 0
    Last Post: 02-17-2014, 08:04 AM
  3. Replies: 1
    Last Post: 01-25-2014, 02:10 PM
  4. how to transform data from row-base to column-base
    By fei2010 in forum Excel General
    Replies: 3
    Last Post: 11-23-2012, 12:17 AM
  5. Automatically sorting data in other sheets
    By Jacekdaniel in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-09-2012, 03:00 PM
  6. convert non data base to data base format using formula
    By murarihyd in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-22-2011, 11:42 AM
  7. Sorting Data on Multiple sheets
    By solnajeff in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 04-22-2010, 10:18 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