I have a data table as shown in the first picture. This is just a very small sample of the table. It would remain only this many columns wide, but it can go 100s of thousands of rows. Every so often the information will have duplicate entries like the ones highlighted. The inputs for the columns date, hr, part, prod, etc, would be the same, but the only information that will be different in these duplicate rows is the last two columns. Is there a way with VBA to find these duplicate rows from A:P removing those duplicates, while adding the different values in Q, while also combining the data in R?
I attached another picture of what a finished line would look like. Rows 7 and 8 would become one row that might look like 10.
Thank you for any assistance in learning how to do this!
I attached another picture of what a finished line would look like. Rows 7 and 8 would become one row that might look like 10.
Thank you for any assistance in learning how to do this!