Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9782

How to link a dropdown list to specific phrases?

$
0
0

I'm creating a dropdown list of names that are matching to the company. For example, this is the list:

NameCompany
NameCorresponding
Macfee-JohnMacfee
Macfee- JaneMacfee
Aventis- DoeAventis
......

My plan is when I select the name from the dropdown list (E.g. Macfee-John), it will produce the Company name in the next coloumn.

Currently I have manually written a list of all the names and the company and used:

=IFERROR(INDEX($Y$2:$Y$N, MATCH(C2, $X$2:$X$N, 0)), "")

But, it keeps returning me a circular dependency error.

Does anyone know why this happens and what I can do to fix it ?


Viewing all articles
Browse latest Browse all 9782

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>