gabber4858
Technical User
Is there a way to do a match and index from values from one table and relate it to another table's field?
I want my my first table to look like this:
BoardLocation 01 02 03
01A01 22419 22420 22421
01A02 22519 22520 22521
Return 01A01-01 has 22419 in the field, 01A01-02 is 22420
I also want to be able to link another table to the index position, not the field at the index intersection.
RiserPair Port Number
1 01A01-01 22419
2 01A02-03 22521
3 01A01-02 22420
Is this possible? Thanks
I want my my first table to look like this:
BoardLocation 01 02 03
01A01 22419 22420 22421
01A02 22519 22520 22521
Return 01A01-01 has 22419 in the field, 01A01-02 is 22420
I also want to be able to link another table to the index position, not the field at the index intersection.
RiserPair Port Number
1 01A01-01 22419
2 01A02-03 22521
3 01A01-02 22420
Is this possible? Thanks