Retrieve corresponding information from multiple tabs based on criteria in EXCEL
So I working on a project in Excel 2010, I have 3 tabs, one is in a form set up that a user enters info into, one is where the form information is stored, and 3rd has a company name list that populates a dropdown on the form tab and a column beside it that has matching companyID #'s.
What I need to do is when a user picks a company from the dropdown on the form tab, I need to be able to retrieve its corresponding companyID that is stored in the list tab
I need that corresponding companyID to be displayed on the storing tab, in the same row where all the other form info is retrieved to.
Does anyone know how id go about doing this? I've tried different functions but cant seem to get the right one. And if you suggest to use VBA, please tell me how.
|