bendav0314
New Member
I'm working on a bill of materials that our company part number, manufacturer name, and manufacturer part number in columns (A,B,C). Our company part number may have one or more manufacturers for each part (maximum of 10). If there are more than one manufacturer, each are listed on separate rows. I need to move the additional data from rows into columns in the first row.
An example with 3 manufacturers - data in row 1,columns A,B,C; row 2,columns B,C (column A is blank); row 3, columns B,C (again column A is blank). I need to move row 2, columns B and C into row 1, columns D and E; then move row 3 columns B and C into row 1, columns F and G.
I need to do this for hundreds of part numbers (column A) with various numbers of manufacturers (columns B & C). I'm pretty sure there are no part numbers with more than 10 manufacturers. Normally company part number is blank for rows that list additional manufacturers, but I can fill the blanks in column A with duplicated part numbers if that makes the task easier.
I can do this manually, but it's a true time sink (and waaaayyy boring!)for hundreds of rows. I have little to no experience w/ macros or VBA, so I turn the collective knowledge of this forum.
Thanks in advance for any suggestions or help you can give.
An example with 3 manufacturers - data in row 1,columns A,B,C; row 2,columns B,C (column A is blank); row 3, columns B,C (again column A is blank). I need to move row 2, columns B and C into row 1, columns D and E; then move row 3 columns B and C into row 1, columns F and G.
I need to do this for hundreds of part numbers (column A) with various numbers of manufacturers (columns B & C). I'm pretty sure there are no part numbers with more than 10 manufacturers. Normally company part number is blank for rows that list additional manufacturers, but I can fill the blanks in column A with duplicated part numbers if that makes the task easier.
I can do this manually, but it's a true time sink (and waaaayyy boring!)for hundreds of rows. I have little to no experience w/ macros or VBA, so I turn the collective knowledge of this forum.
Thanks in advance for any suggestions or help you can give.