Good day asking for help.
How to fix this my formula:
If(BarcodeScanner2_2.Value = "","",
If(BarcodeScanner2_2.Value <> LookUp(SPList, ID = BarcodeScanner2_2.Value,ID), "No record found",
If(BarcodeScanner2_2.Value = LookUp(SPList, ID = BarcodeScanner2_2.Value,ID), "Already Regestered", "Thank You!")))
Scenario:
What I want to do is when the QR code is scanned when the ID is not recorded in the SP LIST, "No record found" should appear.
What formula should be changed?
Thanks