G.ExcelConnundrums
New Member
- Joined
- Sep 1, 2011
- Messages
- 3
Hi Guys,
I am trying to create a multiple search bar in Excel to search 8 worksheets. (all the ranges/columns in which the search needs to be performed have the same name as the search criteria. I.e: type in the search criteria is a "type" range/column.)
I want to look over 7 different search criteria
Ref Number (String)
Last Name (String)
First Name (String)
Alpha (rating system I use comprising of A for low, AA for medium, AAA for high) (String)
Type (String)
Post Code (String)
and Review Date (int)
The results should be listed in a table beneath the Search bar which has the same headings as the search criteria.
The Columns in the other worksheets are the same as the names of the search criteria.
What I would like to do is be able to search one of the criteria, and for the other cell values to be completed. But, for example, if I have more Johnsons than just one, I would like them to be listed as well. As they would if you were to search a database for all Johnsons...
How would I go about doing something like this?
I am only a very new programmer and I would appreciate the help...
If you could comment the code you put as well, I would be really happy as I'd like to understand how the code works..
Thank you very much
Gustav
I am trying to create a multiple search bar in Excel to search 8 worksheets. (all the ranges/columns in which the search needs to be performed have the same name as the search criteria. I.e: type in the search criteria is a "type" range/column.)
I want to look over 7 different search criteria
Ref Number (String)
Last Name (String)
First Name (String)
Alpha (rating system I use comprising of A for low, AA for medium, AAA for high) (String)
Type (String)
Post Code (String)
and Review Date (int)
The results should be listed in a table beneath the Search bar which has the same headings as the search criteria.
The Columns in the other worksheets are the same as the names of the search criteria.
What I would like to do is be able to search one of the criteria, and for the other cell values to be completed. But, for example, if I have more Johnsons than just one, I would like them to be listed as well. As they would if you were to search a database for all Johnsons...
How would I go about doing something like this?
I am only a very new programmer and I would appreciate the help...
If you could comment the code you put as well, I would be really happy as I'd like to understand how the code works..
Thank you very much
Gustav