bluesquared
New Member
- Joined
- Feb 24, 2020
- Messages
- 2
- Office Version
- 2010
- Platform
- Windows
I'm trying to make a list of codes based on a format of 001 A 001. They should be 001 to 062, A to E, 001 to 012. I need all combinations, so they would be:001 A 001
001 A 002 to
001 A 012, then up to 001 E 012
Then 001 B 001 to 012, and so on until 001 E 001 to 012
Then 002, A to E, 001 to 012
That's 3,720 combinations. I've tried making lookups to make a count within each of the three columns and generating +1 on the row above, I've tried IF statements to try and work it out, but I'm getting nowhere.