studentlearner
New Member
- Joined
- Oct 7, 2021
- Messages
- 30
- Office Version
- 365
- Platform
- Windows
Question is there a formula for the below example?
From this:
To this:
1. So A2 gets the value of C2 and add letter "Q" and start a queue of "01".
2. Then subsequently A3 does the same thing, except it checks the above cell "A2" for its last two value which is the bold N01Q01.
3. the subsequent row will be on loop using the step number 2.
From this:
Queue | Name | Order No. |
Jack | N01 | |
Jenny | N02 | |
Jenny | N03 | |
Kimmy | N04 |
To this:
Queue | Name | Order No. |
N01Q01 | Jack | N01 |
N02Q02 | Jenny | N02 |
N03Q03 | Jenny | N03 |
N01Q02 | Kimmy | N04 |
1. So A2 gets the value of C2 and add letter "Q" and start a queue of "01".
2. Then subsequently A3 does the same thing, except it checks the above cell "A2" for its last two value which is the bold N01Q01.
3. the subsequent row will be on loop using the step number 2.