Index and match funtions problem

B

bebe88

I have a look up table with the user names in column a and
their userid in column B . If the values in column d matches any
userid in column B then return the name of the user. I've started with
the function below and it works fine if the values in column d are
alphebets and numbers. However, when there is a "?" in the user id
then the result is incorrect.

Function ...

INDEX('$A$1:$A$20,MATCH(d9,$B$1:$B$20,FALSE),1)

Please help me.

Thanks,
bebe88

:confused:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top