+ Reply to Thread
Results 1 to 3 of 3

Copy completed list to another sheet ?

  1. #1
    Registered User
    Join Date
    07-17-2017
    Location
    Seattle, WA
    MS-Off Ver
    2016
    Posts
    12

    Copy completed list to another sheet ?

    Hello,

    I am trying to create a work list-- which I will be enter manually everyday-- but what I would like it for the one with the "completed date " row to move automatically and add to another sheet that would have all data up to date.


    I.e
    the "work completed" sheet included would have just one record completed from "work task" sheet because "task completed date" is entered.



    Would this be possible?
    Thank you
    and Happy early holliday!
    Attached Files Attached Files

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Copy completed list to another sheet ?

    hi there. you can use 2 methods here. but before you do that, convert Work task A1:C6 to a Table first. just click on A1 and press CTRL + T. that gives you a dynamic range where you don't have to constantly change the range. the first method is via an array formula. in cell A2:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.

    same as the other 2 formulas in B2 and C2:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    the other is through something called worksheet event. it triggers a macro after a particular worksheet is activated.
    Please Login or Register  to view this content.
    How to install your new code
    1. Copy the Excel VBA code
    2. Select the workbook in which you want to store the Excel VBA code
    3. Press Alt+F11 to open the Visual Basic Editor
    4. Press CTRL+R to ensure Project Explorer window is on the left
    5. Edit > Paste the macro into the right window that appeared
    6. Close the VBEditor
    7. Save your workbook (Excel 2007+ select a macro-enabled file format, like *.xlsm)

    To run the Excel VBA code:[*]Select the Work Completed worksheet[/list]
    by the way, do mark threads as "Solved" once it answers your question. you can refer to my signature on some guides.
    Attached Files Attached Files

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    07-17-2017
    Location
    Seattle, WA
    MS-Off Ver
    2016
    Posts
    12

    Re: Copy completed list to another sheet ?

    the formula works but is it possible to have the formula to have copied and store the original data even if original data is deleted? I just have this idea where first sheet would be the daily work list (which I would/could clear once completed)and 2nd would just stored everything that is entered with signaling being the completed date box.. or something of that nature. ..I am thinking vb codes would work some something like this but i have zero knowledge

    and Thank 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. Help with check list - once completed, run assigned macros
    By BG1983 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-23-2015, 01:10 AM
  2. Help with fix to macro for team task list. Copy,Delete, and Paste a "completed" row.
    By jenelizadams in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-18-2014, 02:08 PM
  3. Move entire row of data from Sheet 1 to sheet 2 when completed date is entered.
    By jt7721 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-18-2013, 11:50 AM
  4. [SOLVED] Move completed rows to another sheet, and parts need to the bottom sheet.
    By sherryp5165 in forum Excel Programming / VBA / Macros
    Replies: 31
    Last Post: 08-24-2012, 05:34 PM
  5. Display list of clients with completed order
    By R6Nick in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-02-2011, 08:22 AM
  6. Insert row after the sheet is completed
    By brijgiet in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-05-2009, 09:48 AM
  7. [SOLVED] lock tab in sheet 2 until cell in sheet one is completed
    By john tempest in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-24-2005, 04:50 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