I have this number string in text form.
ex.
first value - +12122000122
last value - +12122999922
I want to to use the auto increment to get the new string and upto the last string value as mentioned above. so that the last two and initial five digits(including + ) do not change. can you please help me find the correct formula.
ex.
first value - +12122000122
last value - +12122999922
I want to to use the auto increment to get the new string and upto the last string value as mentioned above. so that the last two and initial five digits(including + ) do not change. can you please help me find the correct formula.