A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi Dagnaren
I'm AnnaThomas and I'd happily help you with your question. In this Forum, we are Microsoft consumers just like yourself no one here is a Microsoft employee.
There is no direct way to make the data validation create a reference to the source instead of copying the current value. The data validation function is designed to copy the value from the source list to the target cell, not to create a link or a formula. Therefore, even if you use the INDIRECT function or any other function in the source or the target, the data validation will still copy the value, not the function.
You can use a combination of the INDEX and MATCH functions in the target cells instead of the data validation function. For example, if you have the source list in S1:S3, and the drop-down list in A1, you can use the following formula in B1:
=INDEX(S1:S3,MATCH(A1,S1:S3,0))
I hope this helps ;-), let me know if this is contrary to what you need, I would still be helpful to answer more of your questions.
Best Regards,
AnnaThomas
Give back to the community. Help the next person with this problem by indicating whether this answer solved your problem. Click Yes or No at the bottom.