sure.
i have list of part numbers. each part number is an installation that needs to be completed. a work order will be issued with the part number on it, so that, the person will know what to install. lets call the part number ABC. with work order 123. I need a spreadsheet that will track the part number and its associated work order.
however, sometimes there is an error with the work order. they still need the part number but they now need to fix the work order. so they fix the work order and send a new one with the same part number associated. so now part number ABC is now work order 456.
a report gets exportedl, it has a list of all part numbers and all work orders associated issued. i now need to find the part number and its work order and show it on my spread sheet. if they create a new work order, like in the above example, i need to have the part number listed twice and the work orders issued against that part number. for example, the report
part number........Work Order..
ABC................123
ABC................456
i need to show both work orders and it has to be referenced not hand jammed into the document.
currently my vlookup does this.
part number........Work Order..
ABC................123
ABC................123
i lose sight of work order 456.
does this help?