C CAAT New Member Nov 13, 2014 #1 hello i want to test the sequence of invoices number. the results should show where there is gap in the sequence. for example: INV1 INV2 INV4 RESULTS: Gap between INV2 and INV4 Please help Thanks
hello i want to test the sequence of invoices number. the results should show where there is gap in the sequence. for example: INV1 INV2 INV4 RESULTS: Gap between INV2 and INV4 Please help Thanks
Asheesh Excel Ninja Nov 13, 2014 #2 Hi CAAT, Does this help.. Attachments CAAT.xlsm 8.2 KB · Views: 6
Hui Excel Ninja Staff member Nov 13, 2014 #3 Assunmimg your data is in A2:A4 In B3: =IF(RIGHT(A3,LEN(A3)-3)+0<>RIGHT(A2,LEN(A2)-3)+1,"Error","Ok") Copy down
Assunmimg your data is in A2:A4 In B3: =IF(RIGHT(A3,LEN(A3)-3)+0<>RIGHT(A2,LEN(A2)-3)+1,"Error","Ok") Copy down