• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

sequence check

CAAT

New Member
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
 
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
upload_2014-11-13_15-1-54.png
 
Back
Top