+ Reply to Thread
Results 1 to 3 of 3

how do I transfer information from one sheet to another?

  1. #1
    Dan B.
    Guest

    how do I transfer information from one sheet to another?

    What I want to happen is if they put a "y" in the column then excel will
    transfer all of their date (address, name) into another sheet. Is this
    possible?

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Response

    You need to use a macro linked to the worksheet_change event. You test fir a Y in the target cell and initiate the copying.

  3. #3
    Dave Peterson
    Guest

    Re: how do I transfer information from one sheet to another?

    How about an alternative?

    Apply Data|Filter|Autofilter to that column that contains the Y's. Then filter
    to show just the Y's. Then copy and paste those visible rows to the new
    worksheet.

    Personally, it would scare me to copy that row as soon as the user entered the
    Y. If they hadn't finished changing all the cells on that row, it could be
    premature. If they just made a typo, then the row would be gone and more work
    would need to be done to correct it.



    Dan B. wrote:
    >
    > What I want to happen is if they put a "y" in the column then excel will
    > transfer all of their date (address, name) into another sheet. Is this
    > possible?


    --

    Dave Peterson

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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