Search Function?

Acrid

New Member
Joined
Jan 18, 2014
Messages
9
Hello everyone, sorry to bother everyone, but I have spent hours searching for this answer and cant seem to find it.

I use an excel spreadsheet to keep track of my DVD collection. It's a basic spreadsheet, and only has 4 columns.

I would like to create a separate sheet that only has a search function on it.

If I enter a keyword, such as "Aladdin", it should display all results with that word, and the information in the other 3 columns.

It should also be able to find and display partial matches as well. For example, If i enter "add" it should locate and display Aladdin, the addams family, etc.

Any help would be greatly appreciated.

Thanks
 
Follow the link Im fix them for you, hope it works

http tps://www.dropbox.com/s/mfqy1jm4qtlx08r/DVD List.xlsx

The main formula to search with some keywords :
=IFERROR(IF(OR($B$4="",ROWS(B$13:B13)>$B$10),"",INDEX('DVD''s'!$A$2:$A$10000,AGGREGATE(15,6,(ROW('DVD''s'!$A$2:$A$10000)-ROW('DVD''s'!$A$2)+1)/ISNUMBER(SEARCH($B$4,'DVD''s'!$A$2:$A$10000)),ROWS(B$13:B13)))),"")

More clearer see the file

Regards
Azumi


Azumi, this is exactly what I was Looking for! However, for some reason if I change what is in the search box, for example "bourne" It will change to 3 titles, but will not update the list populated below, it just changes to all -.



Acrid,

You are posting pictures/graphics. This means that if this was a problem where one needed to use your data, anyone trying to help you would have to enter the data manually. That makes no sense.

One last try:

To post your data, you can download and install one of the following two programs:
Excel Jeanie
MrExcel HTML Maker

Or, when using Internet Explorer, just put borders around your data in Excel and copy those cells into your post.
See reply #2 the BLUE text in the following link:
http://www.mrexcel.com/forum/about-board/444901-how-create-table-like-aladin.html#post2198045


If you are not able to give us screenshots per the above, then:

Click on the Reply to Thread button, and just put the word BUMP in the thread. Then, click on the Post Quick Reply button, and someone else will assist you.







Hiker, I will see what I can do, Iwill post it if iIcan manage at work , or as soon as Ican get home .
 
Upvote 0

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
hiker, here is what you wanted, but its only part of my data. it will not accept more than 100 rows.


Excel 2010
ABC
1Movie NameKid OrientedBR
210th Kingdom, TheYes
316 Blocks
42012 Apocalypse
528 Days Later
628 Weeks Later
730 Days of Night Dark Days
840 Days & 40 nights
98 Below
108 Crazy Nights
11A Lot Like Love
12Absolute Zero / Disaster Zone: Volcano in NY
13Addams Family, The
14After Earth
15AladdinYes
16Alice in WinderlandYes
17All Dogs go to heaven 1 & 2Yes
18American Pie
19Anger Management
20Armageddon
21Arthur & the Invisibles 2 & 3Yes
22Avatar
23Backdraft
24Bad Boys II
25BambiYes
26Beauty & The BeastYes
27Beethoven 1-3Yes
28Bill Engvall Heres your Sign
29Billy Madison
30Black Hawk Down
31Blade
32Blade II
33Blazing Saddles
34Blue Collar Comedy Tour
35Boat Trip
36BoltYes
37Bourne Identity
38Bourne Supremecy
39Bourne Ultimatum
40Brave Little Toaster, TheYes
41Brother BearYes
42CarsYes
43Cars 2Yes
44Cast Away
45Cellular
46Charlie Brown's Christmas TalesYes
47Charlottes Web CartoonYes
48Charlottes Web MovieYes
49Chronicles of Narnia, TheYes
50Chronicles of Riddick
51Click
52Conair
53Constantine
54Cops & Robbersons
55Core, The
56Curse of King Tuts Tomb, The
57Dark Knight, the
58Day After Tomorrow, TheBlu-Ray
59Dj vu
60Despicable Me
61Die HardBlu-Ray
62Disaster Collectors Set
63Dodgeball
64Donnie Darko
65Doom
66Double Jeopardy
67Down Periscope
68DreamerYes
69Elysium
70EnchantedYes
71ETYes
72Event Horizon
73Exit Wounds
74Expendables, The
75Family Guy: The Untold Story
76Fast & Furious Movies
77FernGully The Last RainforestYes
78Ferris Buellers Day Off
79Final Destination 1
80Final Destination 2
81Final Destination 3
82Final Destination 4
83Final Destination 5
84Finding NemoYes
85Firewall
86Four Brothers
87Funny Farm
88Furry VengeanceYes
89Ghostbusters 1
90Ghostbusters 2
91Ghostrider
92Gnomeo & JulietYes
93Gone in 60 Seconds
94Goonies, TheYes
95Green Mile, The
96Grownups
97Happy FeetYes
98Happy Gilmore
99Hard Luck
100Harry & The Hendersons
DVD's
 
Upvote 0
In my computer, the formula is workin, Did you set the formula setting in your excel to automatic calculation?
 
Upvote 0
If still blank results, try this:
=IF($B$4="","",IFERROR(INDEX('DVD''s'!A$2:A$300,SMALL(IF(ISNUMBER(SEARCH($B$4,'DVD''s'!$A$2:$A$300)),ROW('DVD''s'!$B$2:$B$300)-MIN(ROW('DVD''s'!$B$2:$B$300))+1),ROWS('DVD''s'!$1:1))),""))

(Array Formula) hit CTRL-SHIFT-ENTER Button together and copied down

Azumi
 
Upvote 0
Acrid,

So your raw data looks like this:


Excel 2007
ABC
1Movie NameKid OrientedBR
210th Kingdom, TheYes
316 Blocks
42012 Apocalypse
528 Days Later
628 Weeks Later
730 Days of Night Dark Days
DVD's



Now we need a screenshot of worksheet Search.

And, I will not be able to supply a formula solution.

But, the Worksheet_Change event will do it automatically for you per my former screenshots in my reply #3.

Is this acceptable to you?????
 
Last edited:
Upvote 0
Acrid,

So your raw data looks like this:


Excel 2007
ABC
1Movie NameKid OrientedBR
210th Kingdom, TheYes
316 Blocks
42012 Apocalypse
528 Days Later
628 Weeks Later
730 Days of Night Dark Days
DVD's



Now we need a screenshot of worksheet Search.

And, I will not be able to supply a formula solution.

But, the Worksheet_Change event will do it automatically for you per my former screenshots in my reply #3.

Is this acceptable to you?????


Ok, sorry, Inever saw post 3 for some reason ......

Screenshot of worksheet "search" is in post 7, first picture.

Perfectly acceptable solution.
Please note that I will be adding a 4th column in the near future.

I did enter your VB Formula as described in post 3, and at the moment it is not working for me. I have not used VB at all, but I have an extremely basic knowledge. What reference should I change "sheet 1" to? "DVD's" or "Search"?
 
Upvote 0
Acrid,

Screenshot of worksheet "search" is in post 7, first picture.

So that I can get it right, I do not want to manually create what the Search worksheet is going to look like.

Please post another screenshot similar to your DVD's screenshot in your reply [B]#12[/B].
 
Upvote 0
Acrid,



So that I can get it right, I do not want to manually create what the Search worksheet is going to look like.

Please post another screenshot similar to your DVD's screenshot in your reply [B]#12[/B].

I believe this is what you wanted?:


Excel 2010
ABCDEFGH
1
2
3
4Search Title Here:
5
6
7
8
9
10Results:
11
12
13
14
15
16
17
18
19
20
Search
 
Upvote 0

Forum statistics

Threads
1,215,332
Messages
6,124,314
Members
449,153
Latest member
JazzSingerNL

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