Howdy all -
I've spent way too much time trying to find an answer. There's a lot of threads that are close, but I just can't piece it together. I have a list of 12 digit UPC codes and I need to find the next available number while ignoring the 12th digit (check digit). For example -
818411000331
818411000348
818411000355
818411000379
The returned number would be 81841100036, then I would add the calculations for the check digit. I was able to get the following to work using all 12 digits, but I can't get the "Left" function to work -
Thanks!![]()
OFFSET(C12:C47,MATCH(FALSE,(C12:C47=C12:C47+1),0)-1,0)+1
Bookmarks