Hi all, I have two tables and it's hard to describe using words what I would like so I'll describe it using tables.
Table 1
Table 2
And I'd like a code that would produce something like this:
Thank you for your help!
Table 1
Code | Description |
A01 | Liaison with Client |
A02 | Desktop Analysis |
A03 | Plan Output |
Table 2
Phases |
Preliminary |
Detailed |
Delivery |
And I'd like a code that would produce something like this:
Code | Description | Phase |
A01 | Liaison with Client | |
Preliminary | ||
Detailed | ||
Delivery | ||
A02 | Desktop Analysis | |
Preliminary | ||
Detailed | ||
Delivery | ||
A03 | Plan Output | |
Preliminary | ||
Detailed | ||
Delivery |
Thank you for your help!