I have an excel report that is generated from an ERP system in a list where the main machine is bolded at the top, and all the parts used to build the machine exist below: The format would look something like:
MACHINE ONE
Part 1
Part 2
Part 3
MACHINE TWO
Part 1
Part 2
Part 3
Part 4
The number of lines of parts allocated to each machine is not the same and there is no other unique identifier that can be used to separate the machines.
My goal is to be able to move each machine with its parts to its own sheet. Can you assist?