S
Salmon Egg
I have not used the LOOKUP and MATCH functions very much. I would like a
function that returns an exact match and leaves a blank or error value
otherwise. In my case, I have a list of words in the lookup vector. I
have another list of words for which I want to find which individual
words are listed in the lookup vector.
The way I understand LOOKUP, the items in the lookup vector must be
ordered. Moreover, I get a vector element returned if the lookup word is
between two vector elements. That is what I am trying to avoid. I think
that I can devise something complicated that will do it for me, but it
would be nice to have something simple.
Bill
function that returns an exact match and leaves a blank or error value
otherwise. In my case, I have a list of words in the lookup vector. I
have another list of words for which I want to find which individual
words are listed in the lookup vector.
The way I understand LOOKUP, the items in the lookup vector must be
ordered. Moreover, I get a vector element returned if the lookup word is
between two vector elements. That is what I am trying to avoid. I think
that I can devise something complicated that will do it for me, but it
would be nice to have something simple.
Bill