what is the formula to populate a column with alphanumeric string?
the string is to be used as product code..
say, starting at LFK101 - LFK102 - LFK103 (increment) so on down..
the string can be any number of letters and numbers..
like A1, ABC123, XYZ110.... the letter is always at the left and the numbers are at the right side of the string..
maximum letter = 10; maximum number to reach = 10,000
many many thanks
the string is to be used as product code..
say, starting at LFK101 - LFK102 - LFK103 (increment) so on down..
the string can be any number of letters and numbers..
like A1, ABC123, XYZ110.... the letter is always at the left and the numbers are at the right side of the string..
maximum letter = 10; maximum number to reach = 10,000
many many thanks
Last edited: