Bradders29
New Member
- Joined
- Mar 28, 2023
- Messages
- 1
Hi all,
I'm trying to find a new way of automating our shipment tracker as currently it's done manually and takes a while to do. I've done a few VBA things in the past and formulas (taken from reading here as a viewer!) but this is currently stumping me.
The process I'm trying to achieve is;
There are 4 sheets currently on the workbook MANIFEST / APPLES / PEARS / BANANAS. On APPLES / PEARS / BANANAS there is a "Required Date" column whereby other users input when they require their shipments to go.
- I want to be able to run a macro that copies the rows from all 3 other sheets onto the MANIFEST sheet based on the required date matching the date on the MANIFEST sheet (Click command button "Run Report")
- I will then use another column on the MANIFEST sheet to say if we've receive that shipment it will change the status to "Received" on the other worksheets. Another column on MANIFEST will change the status from "Received" to "Onboard vehicle" (this will be abbreviated)
- After the date has passed, any rows of APPLES / BANANAS / PEARS will be transferred back to their original sheets with a blank date and their status will automatically be changed back to "Unallocated" if they were no received or could not travel on a vehicle
APPLES / BANANAS / PEARS rows have individual unique box identifiers i.e. APP-12345 / BAN-54321 / PEA-23451 etc so no data will ever be repeated. (Could this help transfer them back to their original sheets?)
I've got the formula to automatically change the status on the sheets based on data being present and for transferring a row to another sheet when a condition is met but this is a bit bigger and any help/suggestions would be great.
Thanks again for all the help!
I'm trying to find a new way of automating our shipment tracker as currently it's done manually and takes a while to do. I've done a few VBA things in the past and formulas (taken from reading here as a viewer!) but this is currently stumping me.
The process I'm trying to achieve is;
There are 4 sheets currently on the workbook MANIFEST / APPLES / PEARS / BANANAS. On APPLES / PEARS / BANANAS there is a "Required Date" column whereby other users input when they require their shipments to go.
- I want to be able to run a macro that copies the rows from all 3 other sheets onto the MANIFEST sheet based on the required date matching the date on the MANIFEST sheet (Click command button "Run Report")
- I will then use another column on the MANIFEST sheet to say if we've receive that shipment it will change the status to "Received" on the other worksheets. Another column on MANIFEST will change the status from "Received" to "Onboard vehicle" (this will be abbreviated)
- After the date has passed, any rows of APPLES / BANANAS / PEARS will be transferred back to their original sheets with a blank date and their status will automatically be changed back to "Unallocated" if they were no received or could not travel on a vehicle
APPLES / BANANAS / PEARS rows have individual unique box identifiers i.e. APP-12345 / BAN-54321 / PEA-23451 etc so no data will ever be repeated. (Could this help transfer them back to their original sheets?)
I've got the formula to automatically change the status on the sheets based on data being present and for transferring a row to another sheet when a condition is met but this is a bit bigger and any help/suggestions would be great.
Thanks again for all the help!