Forum Discussion
changing cell value from a drop down list
Hi All
I'm in need of some help.
I have two tabs, one for DATA and one for SEARCH. I would like to be able to use a dropdown menu in SEARCH to update a cell value in DATA.
Search Tab
Data Tab
When a serial number is entered in cell D2 Search Tab, it then populates the make, model and status using index and match.
What i'm looking to do is to select Faulty from the drop down menu in the Search tab and then it updates the Data Tab with that new value.
Is this possible?
Tks
AB
5 Replies
- SergeiBaklanDiamond Contributor
I guess that's not the only record in Data tab with the same Status. If you select some Status in Search tab, would you like to show here all records with selected Status, or there are other criteria to select only one?
And on which Excel version/platform you are?
- AB747FCopper ContributorThanks Sergei
Essentially i would search for the serial number in the Search Tab. This would then populate the records ie make, model, serial number and status.
If i selected Faulty in the dropdown based on the serial number, i would like that to change the data in the data tab (in this example Data Tab D2 to Faulty).
Is this possible? I'm using version 2304 16327.20324
Thanks
AB- SergeiBaklanDiamond Contributor
Afraid that's with VBA programming only. Perhaps someone else could help, not my territory.