jmitchells5w
New Member
- Joined
- Jun 14, 2007
- Messages
- 35
I have a dropdown list where a series of company names can be selected. I then have a text box where I would like the linkedcell property to be equal to the result of a vlookup formula triggered by the drop down. I like the feature that you can edit text in a text box and it will also edit the cell it is linked to.
Example: the user selects "Company A" from a dropdown list (using data validation). Using the vlookup formula and "Company A" I would then pull data from Column D in my array and display it in the text box. If the user edits the text in the text box then it should also edit the contents of whatever cell was the result of the vlookup formula. The goal is to allow the user to edit the contents of the cell in Column D without actually going to my array (in another worksheet).
Thank you in advance for any advice you can give!
Example: the user selects "Company A" from a dropdown list (using data validation). Using the vlookup formula and "Company A" I would then pull data from Column D in my array and display it in the text box. If the user edits the text in the text box then it should also edit the contents of whatever cell was the result of the vlookup formula. The goal is to allow the user to edit the contents of the cell in Column D without actually going to my array (in another worksheet).
Thank you in advance for any advice you can give!