I need to generate sequential numbers to serve as individual customer ID numbers, and these numbers must first reference a three digit number derived from the customer's zip code.
Example; there are two 3 digit codes, 503 and 504. These are derived from zip codes. I need the formula to determine which of these two I input into one cell, and from that generate a 5 digit number, which base is 00001. If done right, assuming I input 503, the first time I do so the final cell will show 503-00001. When I use 503 again in a different cell, the code will read 503-00002, and so on until it reaches 503-99999.
I need the formula to generate this range from 00001 to 99999 based solely on the 3 digit number I choose, so that the first time I use 503, I will get 503-00001, and the first time I use 504, I will get 504-00001.
I hope this makes sense.
Currently, I have created a drop down list in B column to choose the 3 digit code, and have special formatted column C to show -00000. Thus, the code can hopefully reference column B and input the formulaic result into column C.
Example; there are two 3 digit codes, 503 and 504. These are derived from zip codes. I need the formula to determine which of these two I input into one cell, and from that generate a 5 digit number, which base is 00001. If done right, assuming I input 503, the first time I do so the final cell will show 503-00001. When I use 503 again in a different cell, the code will read 503-00002, and so on until it reaches 503-99999.
I need the formula to generate this range from 00001 to 99999 based solely on the 3 digit number I choose, so that the first time I use 503, I will get 503-00001, and the first time I use 504, I will get 504-00001.
I hope this makes sense.
Currently, I have created a drop down list in B column to choose the 3 digit code, and have special formatted column C to show -00000. Thus, the code can hopefully reference column B and input the formulaic result into column C.