Need help in keyword searching

Status
Not open for further replies.

doms123

Board Regular
Joined
Apr 19, 2011
Messages
58
I'm using Excel2007 and I'm doing a database, i have a lots of concerns and questions, let me start with this.

I have two sheets, the first sheet is the search sheet, then the second is the masterlist. I want to have a search button than can actually search for its key word and filtering the others. (This is searching if filtering by its keyword)

This is the Scenario for example my text box for search is Sheet.range(A1).value
and my search button in First Sheet.

then in my Second Sheet i have my database this are the following data

(collumn 1) (collumn2) (collumn3)
(row1) MS-00 Test One A Mark Twain
(row2) MS-01 Test Two B Sherlock Holmes
(row3) MS-02 Test Two A George Bush


if type a value in my Sheet.range(A1).value and click the search button like Holmes then the whole row2 will appear and the other will be filtered or hide


like this...
(collumn 1) (collumn2) (collumn3)
(row2) MS-01 Test Two B Sherlock Holmes


or if type a value in my Sheet.range(A1).value and click the search button like Two then the whole row2 and row3 will appear and the other will be filtered or hide

like this
(collumn 1) (collumn2) (collumn3)
(row2) MS-01 Test Two B Sherlock Holmes
(row3) MS-02 Test Two A George Bush


Please Help!!!
Thank you in advance....
<!-- / message -->
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Status
Not open for further replies.

Forum statistics

Threads
1,214,826
Messages
6,121,797
Members
449,048
Latest member
greyangel23

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top