+ Reply to Thread
Results 1 to 2 of 2

Formula to create new sheets based on a unique id

Hybrid View

  1. #1
    Registered User
    Join Date
    07-21-2014
    Location
    florida
    MS-Off Ver
    2013
    Posts
    19

    Formula to create new sheets based on a unique id

    I need to create spreadsheets based off of 240 store numbers so I can send employee list to be verified. Is there a formula or function I can use as opposed to using a pivot table and clicking each one to create a new spreadsheet?

  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: Formula to create new sheets based on a unique id

    Formulas cannot create sheets. VBA can be used to create new sheets off of unique values in a specific column.

    ------
    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.


    ------
    'SHEET1 TO MANY WORKBOOKS
    Here's a macro for parsing rows of data from one sheet to many workbooks based on one column, workbooks named for the same values in that column.My macro names the workbooks for values in the column PLUS today's date, you can take a stab at removing the date part...or leave it in, it's a good technique.
    Last edited by JBeaucaire; 12-26-2019 at 04:04 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!)

+ 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. [SOLVED] Create sheets according to unique values in cells
    By G.Bregvadze in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-20-2014, 10:28 AM
  2. Replies: 1
    Last Post: 10-16-2013, 02:46 PM
  3. Create unique list from multiple sheets with variable
    By The Phil in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-18-2012, 07:14 PM
  4. unique values (range) to create new sheets
    By Hitchhiker_Nürnberg in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-22-2011, 02:56 PM
  5. Importing values from sheets to create unique list
    By hawkteflon in forum Excel General
    Replies: 18
    Last Post: 06-08-2009, 02:46 PM
  6. Create Sheets based on unique values in Column
    By Hblbs in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-20-2009, 08:25 AM
  7. Create array and formula based on 2 different sheets
    By beeawwb in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-30-2008, 02:53 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