+ Reply to Thread
Results 1 to 4 of 4

Search Button

  1. #1
    Registered User
    Join Date
    09-22-2014
    Location
    Rochester, Kent
    MS-Off Ver
    2010
    Posts
    7

    Unhappy Search Button

    Hi Guys,

    I am new to this so please bear with me and if you have no clue as to what im trying to describe then please do say and I will try to elaborate.

    Guys, im looking to add a search button to a specific sheet where by if users type text into a box next to it click a search button it will filter the data and display only what they have typed into the box.

    any ideas? i've tried Visual Basic but my skills are novice. ive also tried formulas etc but none of it seems to be working.

    If you need any info please ask......

    any help would be appreciated

    James

  2. #2
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Search Button

    Welcome to the forum!

    Can the built-in Filter tool fill your need?

    You might be able to accomplish what you're asking for with a little bit of formula and a helper column; I'm thinking that you have a control cell, then check rowwise if it's the same as the control cell, then filter for TRUE.

    Can you post an example spreadsheet showing what data you're working with, and how you want it to look?
    Reply => advanced => "manage attachments" to launch that dialogue box.

  3. #3
    Registered User
    Join Date
    09-22-2014
    Location
    Rochester, Kent
    MS-Off Ver
    2010
    Posts
    7

    Re: Search Button

    Hi There,

    The whole idea of this sheet is to make extremely easy for other user, so the built in functionality would be useless unfortunately.

    Ive attached a photo of what I am after......

    James p18_1.png

  4. #4
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Search Button

    Quote Originally Posted by JamesHansford View Post
    The whole idea of this sheet is to make extremely easy for other user, so the built in functionality would be useless unfortunately.
    In my experience, "extremely easy to use" and "not using built-in functionality" are usually opposites.

    Here's how I'd approach your problem, expanding on what I posted earlier:

    1) Create a helper column (in D-column probably) that has this function:
    =A5 = $C$5

    2) Apply a filter to D-column for TRUE
    --you can even hide that column if you like

    3) Put a text box next to your C5 entry square and bind this macro to it:
    Please Login or Register  to view this content.
    Post the spreadsheet (as an XLS or XLSX instead of just a PNG screencap) and I can turn that back around for you to show what I mean.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] userform search button remove search only when i type
    By HaroonSid in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-08-2014, 02:32 AM
  2. Button to search for a File based off of button Text
    By ExcelnExcel in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-11-2013, 10:43 PM
  3. [SOLVED] Macro/s to create Search Bar to filter to search terms entered activated by Command Button
    By JasonRay in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-08-2013, 03:44 PM
  4. Need search button and update button vba codes
    By mayurpatil in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-09-2013, 09:36 AM
  5. [SOLVED] Search Button
    By mica in forum Excel General
    Replies: 2
    Last Post: 03-09-2006, 07:30 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1