Hi all,
Hopefully an easy one
In the below table, if a cell in named_range_2 has a number, I would like to return the corresponding value in named_range_1.
I am working with a datasets with 1000's of rows if that makes a difference
For example, the above table would return
(unique list, so the double "lmn" is ignored).
Any help would be greatly appreciated.
Thanks!
Hopefully an easy one
In the below table, if a cell in named_range_2 has a number, I would like to return the corresponding value in named_range_1.
I am working with a datasets with 1000's of rows if that makes a difference
named_range_1 | named_range_2 |
def | 123 |
ghi | |
hjk | |
lmn | 22 |
op | |
qrs | |
lmn | 332 |
wxyz | 96541 |
For example, the above table would return
def |
lmn |
wxyz |
(unique list, so the double "lmn" is ignored).
Any help would be greatly appreciated.
Thanks!