I have to compare 2 tables in 2 workbooks & update a table1 in book1 with the values from table 2 in book2. Can the experts suggest the best way to do this?
Alternatively, what is the best way if both tables are in different worksheets in same workbook?
Consider the simplified table below to mimic the situation.
Table 1 in book1 has field rq, which is referred in table 2 in book2 in field rq ref. I want is to list the rq references made in table 2.
Table 1: At present, values in column `rq ref in d´ is filled manually referring to table 2. I want to use formula to get the same result.
Table 2:
Alternatively, what is the best way if both tables are in different worksheets in same workbook?
Consider the simplified table below to mimic the situation.
Table 1 in book1 has field rq, which is referred in table 2 in book2 in field rq ref. I want is to list the rq references made in table 2.
Table 1: At present, values in column `rq ref in d´ is filled manually referring to table 2. I want to use formula to get the same result.
Book1 | ||||
---|---|---|---|---|
B | C | |||
2 | rq | rq ref in d | ||
3 | rq 1 | d2, d4 | ||
4 | rq 2 | d8, d10 | ||
5 | rq 3 | d6 | ||
6 | rq 4 | d11, d13 | ||
7 | rq 5 | d1, d14 | ||
8 | rq 6 | d5, d15 | ||
9 | rq 7 | d4 | ||
10 | rq 8 | d12 | ||
11 | rq 9 | d7, d3, d11 | ||
12 | rq 10 | d3, d10, d15 | ||
table 1 |
Table 2:
Book1 | ||||
---|---|---|---|---|
B | C | |||
2 | d | rq ref | ||
3 | d1 | rq 5 | ||
4 | d2 | rq 1 | ||
5 | d3 | rq 10 | ||
6 | d4 | rq 7, rq 1 | ||
7 | d5 | rq 6 | ||
8 | d6 | rq 3 | ||
9 | d7 | rq 9, rq 10 | ||
10 | d8 | rq 2 | ||
11 | d9 | rq 3 | ||
12 | d10 | rq 2 | ||
13 | d11 | rq 4, rq 9 | ||
14 | d12 | rq 8 | ||
15 | d13 | rq 4 | ||
16 | d14 | rq 5 | ||
17 | d15 | rq 10, rq 6 | ||
table 2 |