How to copy data based on criteria met

Solved/Closed
katcrisjul Posts 3 Registration date Monday 9 June 2014 Status Member Last seen 12 June 2014 - 9 Jun 2014 à 12:31
TrowaD Posts 2921 Registration date Sunday 12 September 2010 Status Contributor Last seen 27 December 2022 - 22 Sep 2014 à 11:38
Help!

I am totally stuck and this is probably a very simple fix. I have two sheets "Priority Accounts" and "ACN Dashboard". I need to move data in one column over from 'Priority Accounts" to "ACN Dashboard' if data in column '6' equals x. I have tried auto filter and a few other things but am not getting what I need. I want this to be an automatic thing since this is a live workbook where column 6 in "priority accounts" will be constantly updated. Please help!

Sam

10 responses

TrowaD Posts 2921 Registration date Sunday 12 September 2010 Status Contributor Last seen 27 December 2022 555
10 Jun 2014 à 11:47
Hi Sam,

No worries man, a macro can be written for this.

I just want to make sure we are not confusing columns with rows here.
Can you confirm that either the data being moved is located in a row or that the x's are located in a row.

One more thing. You want this to be automatic. What did you have in mind:
1) when x is entered, move data.
2) run the code at the end of the day to make sure all data is entered and then remove the x's so they aren't moved twice.
3) run the code at the end of the day to make sure all data is entered and then remove all data being moved.

If you choose for option 1 then please specify move as cut/paste or copy/paste.

Please note that the more column/row references you provide the more accurate the code will be.


Best regards,
Trowa