I am working with a spreadsheet that looks similar to the following: -
Col.1 Col.2
Item 1 Part A
Item 2 Part B
Part C
Item 3 Part D
Part E
Part F
Item 4 Part G
And I am aiming to get this data into a format similar to: -
Col.1 Col.2
Item 1 Part A
Item 2 Part B
Item 2 Part C
Item 3 Part D
Item 3 Part E
Item 3 Part F
Item 4 Part G
So that each row of data has a reference in Column 1 where none exists at the moment. The reference being the column 1 entry directly above it.
I cannot find a way to manipulate my formulas to do this so am presuming that I need to use variables within a macro? Can anyone suggest how this may be achieved, I have not bothered to include my existing vb syntax as I suspect it is pretty wide of the mark.
Many Thanks in advance.
Col.1 Col.2
Item 1 Part A
Item 2 Part B
Part C
Item 3 Part D
Part E
Part F
Item 4 Part G
And I am aiming to get this data into a format similar to: -
Col.1 Col.2
Item 1 Part A
Item 2 Part B
Item 2 Part C
Item 3 Part D
Item 3 Part E
Item 3 Part F
Item 4 Part G
So that each row of data has a reference in Column 1 where none exists at the moment. The reference being the column 1 entry directly above it.
I cannot find a way to manipulate my formulas to do this so am presuming that I need to use variables within a macro? Can anyone suggest how this may be achieved, I have not bothered to include my existing vb syntax as I suspect it is pretty wide of the mark.
Many Thanks in advance.