I know how to vlookup in the normal way and also how to return a cell row/column by using =CONCATENATE("(",COLUMN(), ", ",ROW(),")") but i can't manage to marry the two together
Sheet 1:
look value on Sheet1 A1 across all of Sheet2 and write cell row and column number in cell B1
look value on Sheet1 A2 across all of Sheet2 and write cell row and column number in cell B2
.........
A | B | |
1 | Apple | (1, 2) |
2 | Dog | (2, 3) |
<tbody>
</tbody>
Sheet 2
A (col 1) | B (Col2) | C (col3) | |
1 | <blank></blank> | Apple | <blank></blank> |
2 | <blank></blank> | <blank></blank> | Dog |
3 | <blank></blank> | <blank></blank> | <blank></blank> |
<tbody>
</tbody>
Any Idea how this can be acheived ??????
Many thanks in advance
Last edited: