Hi all,
I have read through multiple forums and posts regarding this problem but has yet to find any that can be applied to the worksheet i have on my hand... I am relatively new to this marco/VBA thing, and i'd really appreciate any form of help. Thank you so much in advance!
I am trying to look for a formula/marco/VBA that would perform the following steps automatically: -
I have attached a sample of the excel workbook in this post. The excel workbook consists of the following worksheets
- Database
- Terminated
- Resigned
- Internal Transfer
- Completed
- Active
The worksheet "Database" consists of all the existing data, and new data will be entered into this worksheet periodically.
I would like excel to be able to copy and paste the existing & new data from the worksheet "Database" to the respective worksheet based on the column - M, status.
For example, the Database worksheet consists of an employee named "ccc" whose status shows "Active", hence the entire row of information relating to this employee "ccc" show be reflected in the worksheet "Active".
If one day, this particular employee named "ccc" were to resign from the company, I will make this change on the worksheet "Database", and then the formula/marco/VBA should be able to track it and move the entire row of data from the worksheet "Active" to the worksheet "resigned".
Thank you so much!