+ Reply to Thread
Results 1 to 3 of 3

replicating a column from master sheet to other sheets and sorting on the master sheet

  1. #1
    Registered User
    Join Date
    10-26-2016
    Location
    marion, nc
    MS-Off Ver
    office 365
    Posts
    26

    replicating a column from master sheet to other sheets and sorting on the master sheet

    I would like to replicate a column from sheet 1 to sheet 2 where input will be only done in sheet 1. Input is done by copying previous row & inserting it after (it's alphabetically sorted and user will insert data in the appropriate row).

    At first, I just did a direct link where my column in sheet 2 had =Sheet1!A1. Problem is, when sheet 1 is sorted alphabetically the data associated to sheet 2 dose not move with it.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,812

    Re: replicating a column from master sheet to other sheets and sorting on the master sheet

    Use a formula like this in A1 of Sheet2:

    =INDEX(Sheet1!A:A,ROW(A1))

    then copy down. If you then sort column A of Sheet1, then Sheet2 will show the sorted list. If you insert a new row on Sheet1, you will have to copy the formula down again in Sheet2.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    10-26-2016
    Location
    marion, nc
    MS-Off Ver
    office 365
    Posts
    26

    Re: replicating a column from master sheet to other sheets and sorting on the master sheet

    this is my first time using this forum so I'm hoping I attached my file ok. What I am trying to do if when we hire new employees on the first sheet I can alphabetize the list and all the other list will alphabetize and corresponding data follows.
    thanks
    Attached Files Attached Files

+ 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] Master sheet to split sheets back to another master sheet
    By FurRelKT in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-24-2017, 02:08 PM
  2. Master sheet into template, copy template to sheets named after master column.
    By M4R1N3R in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-26-2015, 12:24 PM
  3. Sorting sheets from a Master Sheet
    By pdizzy in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-17-2014, 10:53 AM
  4. [SOLVED] Sorting data from a master sheet to multiple sheets depending on values in a given column
    By kodos10 in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 05-30-2013, 05:46 AM
  5. Replies: 2
    Last Post: 07-17-2012, 10:54 PM
  6. Replicating data from master sheet based on 2 criteria
    By kate8301 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-22-2011, 07:10 AM
  7. sorting master sheet messes up cells in other sheets linked to it
    By Kt in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 10-30-2005, 07:05 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