I would like to convert my duplicate rows in header columns following the example bellow:
File:
A B
Barcode XYZ
Instrument QS
Date 23/01/2022
Barcode XTRR
Instrument QS
Date 23/01/2022
Barcode MKLL
Instrument QS
Date 23/01/2022
Output:
Barcode Instrument Date
XYZ QS 23/01/2022
XTRR QS 23/01/2022
MKLL QS 23/01/2022
Please, Does someone could help me to solve it?