pratheesh1983
Board Regular
- Joined
- Aug 13, 2015
- Messages
- 57
- Office Version
- 365
- Platform
- Windows
I need to create a table that consists of two columns, the first being Serial No., in a sequence from 1 to 100,000. Columns. 2 is having a code value that will have a format that is based on the serial number value from column 1, i.e., if the serial number is between 1 and 1000, then the code value will be 1, and if the serial number is between 1001 and 2000, the code value will be 2, which means after each 1000, the code value will change, and this needs to be followed until the serial value is 100,000. Can you please help find a simple way to pull the value in column 2, i.e., for code, buy auto-populate the number based on the serial number?