I'm looking for a more efficient way of merging duplicate rows depending on the column name "Product." Some rows will not have duplicates. Here is a sample of the data I'm working with. In reality, I am working with thousands of these rows and over 40 columns. If it is determined that a duplicate row exists based on the column "Product", my goal is to merge into one row and keep the non-null values.
Here is a link to my post in mr. excel but no one could figure out a solution: https://www.mrexcel.com/forum/excel-questions/1014177-how-combine-rows-duplicate-info-into-one-based-column.html
Here's an image of the before and after"
Any ideas on how I could make this process more efficient? I would think VBA code is required I am currently doing this manually and it is very painful. Thank you!