Hi,
I have this excel data which I would want to be split into 3 excel sheets.
I could only do delete duplicate values.
- Retrieve only the unique Invoice number and write it in an excel sheet.
- Retrieve the first row only based on duplicate Invoice number and write it in an excel sheet.
- Retrieve the other rows of duplicate Invoice number and write in an excel sheet.
Thanks for the help!