-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Milestone
Description
- The entries in the Hacktoberfest_Inputt.xlsx file can be duplicate in certain rows, I would like to sort the rows based on either source or destination column (column D and F). if the same entries/cell values appear in rows then they should be one after another.
For ex.
Let's say in row 3->cell value is 1.2.3.4 and then in row 45 again the cell value is 1.2.3.4. In this situation, i would like to see row 45 below row 3 ie at row 4 and shift the rows from 4 down one position.