I have an excel spreadsheet as follows
123456 abc def
123456. Xyz Mano
7890 Tyu iOS
7890. Min opu
7890 Ire xyz
6789. Abc
5678. Mano
So i need a script which will do the following
Should check the first column and if the numbers are repeated the remaining two columns should be like this if not leave it as it is
123456 abc def xyz Mano
7890. Tyu iOS Min opu ire xyz
6789. abc
5678. Mano
123456 abc def
123456. Xyz Mano
7890 Tyu iOS
7890. Min opu
7890 Ire xyz
6789. Abc
5678. Mano
So i need a script which will do the following
Should check the first column and if the numbers are repeated the remaining two columns should be like this if not leave it as it is
123456 abc def xyz Mano
7890. Tyu iOS Min opu ire xyz
6789. abc
5678. Mano