Quote requests come in and I record them in a table.
Based on the "status" cell, I need specific rows to automatically move to the appropriate table on a different sheet for another department to work on.
I looked up some code to move an entire row to the correct sheet based on the status cell value, but it pasted the data BELOW the actual table instead of inserting a new table row and then pasting the data.
To keep it simple here are 4 of my columns
Date, Name, ID, Status
Here are my sheet/table names:
Quote, FollowUp, Awarded, Lost
This spreadsheet can get very large very quick so I'd prefer a simple code that didn't eat up resources.
Any help is GREATLY appreciated. I am not great at VBA - know just enough to be dangerous.
Based on the "status" cell, I need specific rows to automatically move to the appropriate table on a different sheet for another department to work on.
I looked up some code to move an entire row to the correct sheet based on the status cell value, but it pasted the data BELOW the actual table instead of inserting a new table row and then pasting the data.
To keep it simple here are 4 of my columns
Date, Name, ID, Status
Here are my sheet/table names:
Quote, FollowUp, Awarded, Lost
This spreadsheet can get very large very quick so I'd prefer a simple code that didn't eat up resources.
Any help is GREATLY appreciated. I am not great at VBA - know just enough to be dangerous.