Has me stumped.
Column A: Fault codes (3 digit, multiple instances in random order)
Column B: Unique serial number of part that has the fault in Column A.
Data is continuously being added to the table.
I want to use a formula to extract the serial numbers in column B into columns unique to the criteria in column A, but without gaps so that the serial numbers are in a continuous block. So for example:
A B
Fault code Serial no
123 1245
456 3071
789 7813
123 4387
789 1384
789 1179
etc
Solution
Fault code 123
1245
4387
Fault Code 789
7813
1384
1179
etc
If possible without using VBA as I have to hand this over to someone who doesn't do code.
Many thanks
HT
Column A: Fault codes (3 digit, multiple instances in random order)
Column B: Unique serial number of part that has the fault in Column A.
Data is continuously being added to the table.
I want to use a formula to extract the serial numbers in column B into columns unique to the criteria in column A, but without gaps so that the serial numbers are in a continuous block. So for example:
A B
Fault code Serial no
123 1245
456 3071
789 7813
123 4387
789 1384
789 1179
etc
Solution
Fault code 123
1245
4387
Fault Code 789
7813
1384
1179
etc
If possible without using VBA as I have to hand this over to someone who doesn't do code.
Many thanks
HT