I have an attendance sheet that we will be using a barcode scanner to enter their invitation as they arrive.
The data I was given works fine with the following
=IF(B2="","",VLOOKUP(B2,'NAME LIST'!$A$2:$B$3000,2,FALSE))
With
[TABLE="width: 176"]
<tbody>[TR]
[TD="width: 235, bgcolor: transparent"]*00361428*[/TD]
[/TR]
</tbody>[/TABLE]
As my barcode format
the problem is when another team member used mail merge to send the invitations to the print company, we now have a check digit at the end of the barcode when scanned, therefore I get #N/A
I have changed the TRUE FALSE but that produces too many similar results.
What formula can I use to have the letters, ABCDEF etc.. added to the lookup?
The data I was given works fine with the following
=IF(B2="","",VLOOKUP(B2,'NAME LIST'!$A$2:$B$3000,2,FALSE))
With
[TABLE="width: 176"]
<tbody>[TR]
[TD="width: 235, bgcolor: transparent"]*00361428*[/TD]
[/TR]
</tbody>[/TABLE]
As my barcode format
the problem is when another team member used mail merge to send the invitations to the print company, we now have a check digit at the end of the barcode when scanned, therefore I get #N/A
I have changed the TRUE FALSE but that produces too many similar results.
What formula can I use to have the letters, ABCDEF etc.. added to the lookup?