Pestomania
Active Member
- Joined
- May 30, 2018
- Messages
- 332
- Office Version
- 365
- Platform
- Windows
Hi,
I have the following data (to start with) and am trying to create a "unique sku" for each category
I would like to take the first letter of each word in the "Category" column and that is the first identifier in SKU Start.
And then I am hoping to get it to look for any SKU that already exists (in this case KC0000) and pick the next one which would be KC0001.
The SKU should always be 6 digits.
So a possible table would be:
Thank you!
I have the following data (to start with) and am trying to create a "unique sku" for each category
Category | Category 2 | Sku Start |
Key Chain | State Shaped | KC0000 |
Coaster | State Puzzle | C00000 |
I would like to take the first letter of each word in the "Category" column and that is the first identifier in SKU Start.
And then I am hoping to get it to look for any SKU that already exists (in this case KC0000) and pick the next one which would be KC0001.
The SKU should always be 6 digits.
So a possible table would be:
Category | Category 2 | Sku Start |
Key Chain | State Shaped | KC0000 |
Coaster | State Puzzle | C00000 |
Key Chain | Funny | KC0001 |
Key Chain | Tarot | KC0002 |
Thank you!