+ Reply to Thread
Results 1 to 12 of 12

Worksheet sorting and cell recognition transfering

  1. #1
    Registered User
    Join Date
    05-06-2014
    Location
    Oroville, CA
    MS-Off Ver
    Excel 2007
    Posts
    5

    Worksheet sorting and cell recognition transfering

    I am working on an extensive spreadsheet that will act as the registration program for a large event coming up. As exhibitors show up, they will give me their registration information, at which point I will enter it into the Master Data Entry sheet. After I have entered their information, I need it to then split up and transfer to other worksheets filling in the blanks on those documents. My question is, what is the best way to link the master sheet to the others so that I can then sort the master and not disturb the dependent sheets after they have been filled in.

    Also, there is a section of the registration that allows the exhibitor to label which pen they want their animal in, I was wondering if there is a way to send information from the master sheet to the labeled pens based on what I type into the space on the master list.

    Thanks guys

  2. #2
    Forum Contributor Jack7774's Avatar
    Join Date
    08-31-2012
    Location
    Georgia, US
    MS-Off Ver
    Excel 2010
    Posts
    576

    Re: Worksheet sorting and cell recognition transfering

    Welcome to the forums. That sounds pretty simple. You can setup formulas or you can use a macro to transfer the data from the master sheet to the other sheets. Question - Say you have the first vendor and you have finished typing it all in. Do you want it fill in the other spreadsheets and save a copy somewhere, print it, etc...and yes you can send it to a sheet labeled pens as well. Do you have a template spreadsheet you can upload?
    Thank those who have helped you by clicking the Star * below their name and please mark your post [SOLVED] if it has been answered satisfactorily.

  3. #3
    Registered User
    Join Date
    05-06-2014
    Location
    Oroville, CA
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Worksheet sorting and cell recognition transfering

    Thanks Jessebranum777,
    What I am trying to do is in the master sheet i type pen "B", is there a way to get the info pushed to pen B? Also, the show entries sheet can be linked to the master right? and if I sort the master, will it ruin the show entries page? Sorry for all the questions, my job depends on it.
    Attached Files Attached Files

  4. #4
    Forum Contributor Jack7774's Avatar
    Join Date
    08-31-2012
    Location
    Georgia, US
    MS-Off Ver
    Excel 2010
    Posts
    576

    Re: Worksheet sorting and cell recognition transfering

    I am trying to think of the best way to do this and I think it has to do with on event vba function which would trigger the macro each time you changed a cell in column B however I am not experienced with that yet unfortunately but everything you are requesting is possible.

    Can I get someone else to step in and help Ty73r instead and I will learn in the process.

  5. #5
    Registered User
    Join Date
    05-06-2014
    Location
    Oroville, CA
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Worksheet sorting and cell recognition transfering

    Yes, that would be wonderful! Thank you Jessebranum777.

  6. #6
    Forum Contributor Jack7774's Avatar
    Join Date
    08-31-2012
    Location
    Georgia, US
    MS-Off Ver
    Excel 2010
    Posts
    576

    Re: Worksheet sorting and cell recognition transfering

    I found youtube tutorial on how to do it. I will see what i can do now. @

    http://www.youtube.com/watch?v=iYmITPeIX5k

  7. #7
    Forum Contributor Jack7774's Avatar
    Join Date
    08-31-2012
    Location
    Georgia, US
    MS-Off Ver
    Excel 2010
    Posts
    576

    Re: Worksheet sorting and cell recognition transfering

    Two issues, Issue one, if column B is the second thing you type in then the rest of the cells data won't be there when the on event macro runs. In order for this idea to work you would have to make column B the last data you enter. So instead a command button might be better however. Issue two, if i create a command button then what prevents you from pushing it multiple times and causing a duplication. Is there a column that will have unique data for each row like column I "Sweetpea Farms" will only be used once when carried over or would ear tag # be a better unique column. Also is tab "Lot B" a tab that will get updated each time you press the button or is Lot B a tab you only want one farm at a time on. Ditto question for Show Entries tab. Last question I am not sure what this is or what needs to be filled out on this. Can you upload a few lines of data on the Master Data Entry then color the boxes you want the data in and where. That would clear up these questions I have.

  8. #8
    Registered User
    Join Date
    05-06-2014
    Location
    Oroville, CA
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Worksheet sorting and cell recognition transfering

    That helps a bit, but how would I set up the code to fill in the form on worksheet "lot b" based on typing "B" in the lot column of the main worksheet. I want the info from the main sheet to push over to the lot b page. Sorry it is all so complicated.

  9. #9
    Forum Contributor Jack7774's Avatar
    Join Date
    08-31-2012
    Location
    Georgia, US
    MS-Off Ver
    Excel 2010
    Posts
    576

    Re: Worksheet sorting and cell recognition transfering

    Check your private messages when you have time.

    Which column is unique farm or ear tag?

    When do you want the information filled in, after you enter one row or after you enter all the data?

    Can you upload some more data and fill out the other tabs with color codes as to which boxes received new data please?

    No, not complicated. I have to understand how you see it working before i can write the macro though.

  10. #10
    Forum Contributor Jack7774's Avatar
    Join Date
    08-31-2012
    Location
    Georgia, US
    MS-Off Ver
    Excel 2010
    Posts
    576

    Re: Worksheet sorting and cell recognition transfering

    In the mean time can you answer the questions above?

  11. #11
    Registered User
    Join Date
    05-06-2014
    Location
    Oroville, CA
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Worksheet sorting and cell recognition transfering

    Jesse,

    The ear tag is a unique number for the most part. They shouldn't match anyone else' tag. I can also move the "lot column" so the information is entered in already. I did not think of that and that makes a lot of sense. Also, with the lot and farm entries pages, I want it to update as I enter more information (not just one at a time). I hope those were the answers you needed. Thanks again.

  12. #12
    Forum Contributor Jack7774's Avatar
    Join Date
    08-31-2012
    Location
    Georgia, US
    MS-Off Ver
    Excel 2010
    Posts
    576

    Re: Worksheet sorting and cell recognition transfering

    To update everyone else. We exchanged emails and he sent me the workbook with the data on it and I was able to so far meet the requested solution. Let me know if something doesn't work out or you would like to add something else. Don't forget to add rep and thank anyone who might have helped. 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. [SOLVED] need vba help transfering cell from one worksheet to another
    By justme1052 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-13-2013, 06:53 PM
  2. Replies: 2
    Last Post: 01-25-2013, 10:06 AM
  3. transfering multi selected list box in userform to one cell in worksheet
    By isatrist in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-04-2011, 12:35 AM
  4. Worksheet referencing and position recognition
    By ebbo in forum Excel General
    Replies: 14
    Last Post: 07-16-2009, 11:01 AM
  5. Transfering row to other worksheet
    By APNick in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-05-2007, 01:56 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