handri
Board Regular
- Joined
- Nov 25, 2017
- Messages
- 88
- Office Version
- 365
- 2021
- Platform
- Windows
Good day,
I need to combine this function with vlookup. Due to i need to ensure no bar code data are missing if something occur while handling this.
So if someone scan without follow the sequence number. The bar code will also detect even not follow the sequence number.
thank you
I need to combine this function with vlookup. Due to i need to ensure no bar code data are missing if something occur while handling this.
Code:
=IF(A10="","",IF(A10='BARCODE REGISTER'!A10,"PASS","NG"))
So if someone scan without follow the sequence number. The bar code will also detect even not follow the sequence number.
thank you