+ Reply to Thread
Results 1 to 13 of 13

automatic copying data from sheet 1 to other sheets

  1. #1
    Registered User
    Join Date
    09-22-2014
    Location
    11228
    MS-Off Ver
    2007
    Posts
    7

    automatic copying data from sheet 1 to other sheets

    I am looking for help in trying to input specific formula into excel.
    What i want to do is have sheet 1 as the main sheet with a master list of all accounts.
    And need a formula to input on sheet 2 to copy only certain accounts from sheet 1.
    Please see example screen shots below.
    Any help would be appreciated.
    Thank You!!!!!
    SAMPLE EXCEL SHEET.xlsx
    Last edited by dgharib; 09-22-2014 at 11:46 AM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,945

    Re: sheet help

    Hi, welcome to the forum

    Please take a moment to read the forum rules and then amend your thread title to something descriptive of your problem (think google search terms?). Once you have done this please send me a PM and I will remove this request. (Also, include a link to your thread - copy from the address bar)

    Many members search our previous posts, and thread titles play a big part of the search. I doubt anybody would do a search based on your title?

    To change a Title on your post, click EDIT POST then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: automatic copying data from sheet 1 to other sheets

    I would use pivot tables for that.

    See attached.

    PivotTable with Slicers.xlsx
    Please ensure you mark your thread as Solved once it is. Click here to see how.
    If a post helps, please don't forget to add to our reputation by clicking the star icon in the bottom left-hand corner of a post.

  4. #4
    Valued Forum Contributor
    Join Date
    07-07-2014
    Location
    Washington DC
    MS-Off Ver
    2007
    Posts
    1,047

    Re: automatic copying data from sheet 1 to other sheets

    An array is another way to possibly accomplish this.
    Attached Files Attached Files

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,945

    Re: automatic copying data from sheet 1 to other sheets

    Thanks for the title change

    See if the attached, using regular formulas, will give you what you want...
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    09-22-2014
    Location
    11228
    MS-Off Ver
    2007
    Posts
    7

    Re: automatic copying data from sheet 1 to other sheets

    thank you for everyone help,

    this seams to work for data that's already there. but if I add data to sheet 1 I need to to automatically to be placed in the other individual account sheets where it belongs.

    is this possible?

  7. #7
    Registered User
    Join Date
    09-22-2014
    Location
    11228
    MS-Off Ver
    2007
    Posts
    7

    Re: automatic copying data from sheet 1 to other sheets

    the pivot table seams to do the trick for what i need.

    Is there a different way or I would just use this table.

  8. #8
    Valued Forum Contributor
    Join Date
    07-07-2014
    Location
    Washington DC
    MS-Off Ver
    2007
    Posts
    1,047

    Re: automatic copying data from sheet 1 to other sheets

    Just change the references in the formulas. If your data extends past row 9, then just change the number 9 to however many rows of data you have.

  9. #9
    Registered User
    Join Date
    09-22-2014
    Location
    11228
    MS-Off Ver
    2007
    Posts
    7

    Re: automatic copying data from sheet 1 to other sheets

    Thank you!!

    FDibbins

    This formula works perfect.

    If possible can you edit it for it to work with another sheet.

    I tried to make the changes but cannot figure it out.

    Sheet is attached.

    Thank you so so so much!!!!!!!!
    Attached Files Attached Files
    Last edited by dgharib; 09-22-2014 at 01:27 PM.

  10. #10
    Registered User
    Join Date
    09-22-2014
    Location
    11228
    MS-Off Ver
    2007
    Posts
    7

    Re: automatic copying data from sheet 1 to other sheets

    Thank you!!

    FDibbins

    This formula works perfect.

    If possible can you edit it for it to work with another sheet.

    I tried to make the changes but cannot figure it out.

    Sheet is attached.

    Thank you so so so much!!!!!!!!
    Attached Files Attached Files

  11. #11
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,945

    Re: automatic copying data from sheet 1 to other sheets

    If you were refering to my suggestion, it is based on that small formula I put in J1 on each sheet (you can hide that if you want)
    =RIGHT(MID(CELL("Filename",A1),FIND("]",CELL("Filename",A1))+1,255),3)
    It pulls out the sheet name for that sheet, and that needs to be copied to all of your sheets - in that same position

    Apart from that, it doesnt really look like you tried to use what I gave you at all?

  12. #12
    Registered User
    Join Date
    09-22-2014
    Location
    11228
    MS-Off Ver
    2007
    Posts
    7

    Re: automatic copying data from sheet 1 to other sheets

    FDibbins

    I made a new sheet and added columns. I tried to copy the same formula as the first sheet and want it do exactly the same as first sheet, but it just keeps giving me blanks.

    Just need the same formula on new excel book that I edited to make more "fancy"

    If we can do the same you did to first sheet, just on the new one I attached.

    Im not very good on excel I do not understand how to use the advanced formulas.

  13. #13
    Registered User
    Join Date
    09-22-2014
    Location
    11228
    MS-Off Ver
    2007
    Posts
    7

    Re: automatic copying data from sheet 1 to other sheets

    I tried to input the formulas in the attached just like the first sheet you did but it is not returning the information as the one you did.

    Not sure what im doing wrong :/
    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. Lookup Value from Sheet 4 in Sheet 2, if found copy Sheet 2 Active Row to Sheet 5
    By lgosso23 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-11-2013, 02:51 PM
  2. [SOLVED] Match Value in Sheet 1 with Sheet 2, copy entire row from sheet 1 to new sheet
    By lzyshaman in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-01-2013, 07:48 AM
  3. [SOLVED] find code# from sheet 1 on sheet 2, compare value on sheet 1 with value on sheet 2
    By BlakeLee in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-27-2013, 01:52 PM
  4. Replies: 11
    Last Post: 10-14-2012, 01:03 PM
  5. Replies: 2
    Last Post: 10-12-2010, 05:00 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