Input File –
Expectedoutput.xlsx (10.0 KB)
Please add new column as “NewRowNo”
Always start the first row value with number “3”
If the next row “Key” column’s value is same previous row “Key” column value then increment + 1 in NewRowNo column
If the next row “Key” column’s value is NOT same previous row “Key” column value then increment + 2 in NewRowNo column
Expected output : Attached the expected output file
Expectedoutput.xlsx (10.0 KB)

