This may or may not be possible I am hoping the prior. I am trying to create a search/lookup "application" in an excel workbook. Here is the background:
I have a workbook which has multiple worksheets in it. Each one is named after the model in which the data refers to. The data is not unique to each model so just a straight workbook lookup is not possible. I am wanting to create a main page to which you type the model and the data code and when you hit the search button it takes you to that data code. I should tell you that within each worksheet the data codes are unique. There is only one instance of each code on each sheet however the code could appear in another worksheets. I have many other wants but I am just going with the basic function first before I investigate and rack my brain on them (baby steps right? ) Is it possible to set up this type of search where I translate a cell input into a worksheet name comparison (A1 = Sheet('sheet name')? Second how can I do a lookup each time that takes me to that data code? Place all coding on the button? Can I just use a normal lookup function for this?
Thanks
-Russ
I have a workbook which has multiple worksheets in it. Each one is named after the model in which the data refers to. The data is not unique to each model so just a straight workbook lookup is not possible. I am wanting to create a main page to which you type the model and the data code and when you hit the search button it takes you to that data code. I should tell you that within each worksheet the data codes are unique. There is only one instance of each code on each sheet however the code could appear in another worksheets. I have many other wants but I am just going with the basic function first before I investigate and rack my brain on them (baby steps right? ) Is it possible to set up this type of search where I translate a cell input into a worksheet name comparison (A1 = Sheet('sheet name')? Second how can I do a lookup each time that takes me to that data code? Place all coding on the button? Can I just use a normal lookup function for this?
Thanks
-Russ