+ Reply to Thread
Results 1 to 4 of 4

Data Transfer Among Sheets

  1. #1
    Registered User
    Join Date
    08-03-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    16

    Data Transfer Among Sheets

    Good morning everyone

    Today I am working on expanding our automation process beyond our index match functions. I would like to know whether it is possible to move data between sheets. I seem to be a little stumped.

    Ex:
    I have a group of a hundred people and I split this group into Group A, Group B, and Group C.
    In sheet1 I have the list of people in group A, sheet2 the list in group B, etc.
    In sheet4 I have in column A the entire roster of people and in column B I have the designated group letter (A, B, C).
    Is there a way to write a function so that if I change the letter in column B of sheet4, the name will move from whatever group sheet it was in, to the designated sheet? Thanks!

    Ray

  2. #2
    Valued Forum Contributor Melvinrobb's Avatar
    Join Date
    06-19-2012
    Location
    Manitoba, Canada
    MS-Off Ver
    Excel 2013
    Posts
    1,128

    Re: Data Transfer Among Sheets

    The attached file may work for you. You can change the group in column D on the index sheet, and the name will get moved to the appropriate group. If you want the names in the "Group" Sheets to be values (not a formula), and still move dynamically when changes are made in the index sheet, you will have to go the Macro route.
    Attached Files Attached Files
    Please click the * icon below if I have helped.

  3. #3
    Registered User
    Join Date
    08-03-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    16

    Re: Data Transfer Among Sheets

    Thank you for the advice!
    I figured I would need to do the macro but held out some hope. I came up with a similar formula and ran into the same issue of needing to move dynamically.

    =INDEX(Cumulative!$A$1:$B$50,SMALL(IF(Cumulative!$B$1:$B$50 = X!$C$1,ROW($B$1:$B$50)),ROW(1:1)),1)

  4. #4
    Valued Forum Contributor Melvinrobb's Avatar
    Join Date
    06-19-2012
    Location
    Manitoba, Canada
    MS-Off Ver
    Excel 2013
    Posts
    1,128

    Re: Data Transfer Among Sheets

    If you use a formula, you should be able to move dynamically no problem. Dynamic = Formulas. Static = values.
    If you are able to use formulas, would the file I attached previously work for you?

+ 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. data transfer between sheets
    By MikieD in forum Excel General
    Replies: 9
    Last Post: 03-24-2013, 06:27 PM
  2. Transfer Data between sheets
    By ryanb4614 in forum Excel General
    Replies: 3
    Last Post: 07-21-2012, 11:25 PM
  3. [SOLVED] VBA. One workbook, 9 sheets, how to transfer data from all sheets to one sheet?
    By rain4u in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 05-08-2012, 01:28 PM
  4. Data transfer between sheets?
    By Sephiran in forum Excel General
    Replies: 5
    Last Post: 02-15-2009, 03:28 PM
  5. transfer data between sheets
    By utkarsh.majmudar@gmail.com in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-02-2005, 06:35 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