Hi there,
I’m trying to figure out the macro needed to move and compile information from one sheet to another based on vendor names. The first sheet has shipment listings, name of supplier, contents, etc. and is constantly being added to. I’m trying to make a macro that will take that information and compile it in another sheet with each vendor only taking up one row.
So if it were like
Vendor|Product Amount|Defect Amount|Etc
VendorA|300|12|
VendorB|17|0|
VendorA|200|0|
The second sheet would read
VendorA|500|12|
VendorB|17|0|
I don’t know if I explained it well but that’s what I’m trying to do
I’m trying to figure out the macro needed to move and compile information from one sheet to another based on vendor names. The first sheet has shipment listings, name of supplier, contents, etc. and is constantly being added to. I’m trying to make a macro that will take that information and compile it in another sheet with each vendor only taking up one row.
So if it were like
Vendor|Product Amount|Defect Amount|Etc
VendorA|300|12|
VendorB|17|0|
VendorA|200|0|
The second sheet would read
VendorA|500|12|
VendorB|17|0|
I don’t know if I explained it well but that’s what I’m trying to do