Hey!
I have 3 cells, 2 are with names, they are not sorted, as they are extracted from two different webpages.
Basically eg.
Cell 1 (full namem, random order): Masahiko Inoha
Cell 2 (partial name, usually the following): M. Inoha (in some cases however full names)
Cell 3 (extracted web code, on the same row as cell 2): 3445
Now I want the value of Cell 3 to align with Cell 1 through a partial match with cell 2.
I used: =IF(ISNUMBER(SEARCH(C:C,K3)),N3), and tried VLOOKUP variations too but without success.
Thank your for your time!
I have 3 cells, 2 are with names, they are not sorted, as they are extracted from two different webpages.
Basically eg.
Cell 1 (full namem, random order): Masahiko Inoha
Cell 2 (partial name, usually the following): M. Inoha (in some cases however full names)
Cell 3 (extracted web code, on the same row as cell 2): 3445
Now I want the value of Cell 3 to align with Cell 1 through a partial match with cell 2.
I used: =IF(ISNUMBER(SEARCH(C:C,K3)),N3), and tried VLOOKUP variations too but without success.
Thank your for your time!