+ Reply to Thread
Results 1 to 8 of 8

Copying rows from table in sheet one doesn't go on table in sheet 2?

  1. #1
    Registered User
    Join Date
    12-06-2017
    Location
    Newcastle
    MS-Off Ver
    Excel 2013
    Posts
    10

    Copying rows from table in sheet one doesn't go on table in sheet 2?

    Hello,

    I'm creating an accuracy tracker for my workplace. I've managed to source a code from a lovely person here that allowed me to get the table on sheet one (Outstanding Checks) to automatically delete the row once column L (Check Completed?) was marked as yes. It moves the record to sheet two for me (Completed Checks) but it doesn't paste it to the first available row in the table on sheet two, it copies it to below the table.

    Is there a way for it to automatically copy it from table in sheet one to table in sheet two rather than at the bottom of the table?

    On top of this, my manager has request that I then create a seperate workbook that only he would have access to that collates only the records that have required rework. I have a column I (Rework Required?) so if this is marked as 'Yes' and column L (Check Completed?) is marked as 'Yes' then I would like it, if possible, that it copies the whole row to a third table in a completely different workbook that can still be autofiltered. The tables will be the same in all of the sheets / workbooks.

    My table has the below headings:

    Master Case / Client Surname / Client SCIN / SR Number / SR Sub Area / Pre or Post Check? / Date Sent for Pre Check / Comments / Rework Required? / Date Sent For Rework? / Caseworker / Check Complete?

    Workbook One is called 'Accuracy Tracker', and Workbook Two is called 'Accuracy Rework'. I have used data validation in 'Rework Required?', 'Caseworker' and 'Check Complete?' if this makes a difference.

    Can anyone help? I'm not terrible at Excel but this for some reason has be completed stumped!

    Thanks in advance.

  2. #2
    Valued Forum Contributor
    Join Date
    08-07-2014
    Location
    Quito, Ecuador
    MS-Off Ver
    Excel 2016 & 365, Windows 10
    Posts
    511

    Re: Copying rows from table in sheet one doesn't go on table in sheet 2?

    Hi @MissCofnchtr

    Before attempting to write any code line, we need some answers:

    1.-
    Before moving the row, do you need to check if the row is full filled,
    meaning it may not contain empty cells?

    2.-
    If the answer for the first question is NO, then when do you want to execute de moving?
    what would be the trigger?
    Barriers are there for those who don't want to dream

  3. #3
    Registered User
    Join Date
    12-06-2017
    Location
    Newcastle
    MS-Off Ver
    Excel 2013
    Posts
    10

    Re: Copying rows from table in sheet one doesn't go on table in sheet 2?

    Hello,

    Massive apologies for taking so long to reply, unfortunately I have been quite unwell. However! I am back at work now and have been asked to crack on with my tracker.

    In answer to your questions:

    1: I don't need to check the row is full filled

    2: I would like to execute the moving once either one of two columns have been updated with 'Yes'.

    I have three sheets: Outstanding Checks, Rework Required and Completed Checks

    If Column L in Outstanding Checks is marked as 'Yes' then I need the row to be deleted and moved to 'Completed Checks'.

    If Column M in Outstanding Checks is marked as 'Yes' then I need the row to be deleted and moved to 'Rework Required'.

    On top of this, in 'Rework Required', if Column L is marked as 'Yes' then I need the row to be deleted and moved to 'Completed Checks'.

    I have a table in 'Outstanding Checks' and would really prefer if a table could be added to the other two sheets too, so that all sheets can be filtered.

    Any ideas?

    Thanks in advance.

    PS. I can attach the workbook if you need me to...

  4. #4
    Valued Forum Contributor
    Join Date
    08-07-2014
    Location
    Quito, Ecuador
    MS-Off Ver
    Excel 2016 & 365, Windows 10
    Posts
    511

    Re: Copying rows from table in sheet one doesn't go on table in sheet 2?

    Hi @MissCofnchtr
    I hope you feel better now.

    It can help a lot if you post a sample book, remember not to include sensitive data.
    I'll be glad if I can help you.

    Vicho

  5. #5
    Registered User
    Join Date
    12-06-2017
    Location
    Newcastle
    MS-Off Ver
    Excel 2013
    Posts
    10
    Hi, here is the attachment! Thanks for your help.
    Attached Files Attached Files

  6. #6
    Valued Forum Contributor
    Join Date
    08-07-2014
    Location
    Quito, Ecuador
    MS-Off Ver
    Excel 2016 & 365, Windows 10
    Posts
    511

    Re: Copying rows from table in sheet one doesn't go on table in sheet 2?

    Hi @MissCofnchtr

    Here you have a book, I think it solves the first part of your requirements.
    please check it to see if it satisfy your needs.
    Regarding the TABLE format, I've included an autofilter management, so don't really need that format

    I need some more info about the new book for your boss...
    .- you have to prepare the book, and he and only he is to work with it. ??
    if so, this book has to retrieve info from "your" book
    ???
    Attached Files Attached Files
    Last edited by vichopalacios; 01-24-2018 at 12:28 PM.

  7. #7
    Registered User
    Join Date
    12-06-2017
    Location
    Newcastle
    MS-Off Ver
    Excel 2013
    Posts
    10

    Re: Copying rows from table in sheet one doesn't go on table in sheet 2?

    Hi,

    That book is PERFECT! thank you so much!

    we decided not to go with the second book after all - he's just going to use the sheets in the book you've helped me with.

    You've been amazing, thanks!!

  8. #8
    Valued Forum Contributor
    Join Date
    08-07-2014
    Location
    Quito, Ecuador
    MS-Off Ver
    Excel 2016 & 365, Windows 10
    Posts
    511

    Re: Copying rows from table in sheet one doesn't go on table in sheet 2?

    I'm glad it helped you.
    Following the forum rules, If you found your inquire was satisfied, you should mark the thread as SOLVED.

    A nice way to say thank you to anyone helped you, is clicking the Add Reputation star button at the lower left corner of the replay window.

    Good luck, have a nice day.
    Vicho

+ 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] If Item on Sheet Doesn't Exist in Specified Table, Add It To Table
    By EnigmaMatter in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-21-2014, 12:39 PM
  2. [SOLVED] Deleting rows from sheet 1 when table on sheet 2 does not have the data anymore
    By charscribbles in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-03-2014, 09:39 PM
  3. [SOLVED] Copying a row from one sheet into a table in another sheet
    By aremar in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 12-23-2013, 05:28 PM
  4. Copying Rows within the same sheet to create a table
    By airdrawndagger in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-02-2013, 05:40 AM
  5. Replies: 1
    Last Post: 07-15-2012, 08:52 AM
  6. Replies: 14
    Last Post: 04-07-2012, 06:31 PM
  7. pivot table doesn't update on sheet active
    By carsto in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-29-2006, 09:46 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